ipfs.kane-il.us/.gitignore

53 lines
486 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