This commit is contained in:
TheRON 2025-08-28 13:22:34 -04:00
commit f0596451a5
1 changed files with 52 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@ -0,0 +1,52 @@
# Default: ignore everything
*
# Allow directories so paths exist
!*/
# Allow only text sources
!*.md
!*.txt
!*.jsonl
# Always track repo meta
!.gitignore
!.gitattributes
!LICENSE-CC0.md
!LICENSE-MIT.md
!CONVENTIONS.md
# (Redundant safety in case allowlist changes later)
*.pdf
*.png
*.jpg
*.jpeg
*.gif
*.tif
*.tiff
*.bmp
*.svg
*.webp
*.zip
*.tar
*.gz
*.tgz
*.bz2
*.xz
*.7z
*.doc
*.docx
*.xls
*.xlsx
*.ppt
*.pptx
*.mp3
*.wav
*.ogg
*.mp4
*.mov
*.avi
*.heic
*.iso
.DS_Store
Thumbs.db