61 lines
596 B
Plaintext
61 lines
596 B
Plaintext
# 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
|
|
|
|
# track signed manifests
|
|
!/_log/
|
|
!/_log/manifests/
|
|
!/_log/manifests/**
|
|
|
|
# track operator scripts
|
|
!tools/*.sh
|