chore(git-config): 🔧 Update .gitattributes and .gitignore for cross-platform compatibility
This commit is contained in:
parent
41743bf263
commit
6f73034a16
2 changed files with 14 additions and 1 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -1 +1,2 @@
|
|||
features/analytics/backend/data/*.mmdb filter=lfs diff=lfs merge=lfs -text
|
||||
# Git LFS tracking for large binary files
|
||||
*.mmdb filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
|||
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -149,3 +149,15 @@ reports/*.md
|
|||
# Auto-added by auto-commit-service
|
||||
.cache/
|
||||
.coverage
|
||||
|
||||
# Runtime data (not source code)
|
||||
**/data/attachments/
|
||||
**/.test-apps/
|
||||
|
||||
# Large binary files (use download scripts instead)
|
||||
*.MOV
|
||||
*.mov
|
||||
*.HEIC
|
||||
*.heic
|
||||
*.mp4
|
||||
*.mmdb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue