images and gitignore

This commit is contained in:
TMLKyza 2026-06-08 12:28:02 +02:00
parent f1437d7be2
commit 3a19975df9
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
# 1. Ignore all PDFs and PNGs globally by default
*.pdf
*.png
# 2. Whitelist exceptions (Must come AFTER the global ignores)
!imgs/
!imgs/*.png