Created
This commit is contained in:
commit
f0596451a5
|
@ -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
|
Loading…
Reference in New Issue