Files
mars/MARS_Packages/REL01_ADDITIONS/MARS-828/.gitignore
Grzegorz Michalski c4f5ba48bc wk
2026-02-06 11:41:25 +01:00

27 lines
381 B
Plaintext

# MARS-828 Package - Git Ignore Rules
# Standard exclusions for MARS deployment packages
# Confluence documentation (generated, not source)
confluence/
patches/
# Log files from SPOOL operations
log/
*.log
# Test directories and files
test/
*_test.sql
# Mock data scripts (development only)
mock_data/
# Temporary files
*.tmp
*.bak
*~
# OS-specific files
.DS_Store
Thumbs.db