27 lines
381 B
Plaintext
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
|