images and gitignore
This commit is contained in:
parent
f1437d7be2
commit
3a19975df9
|
|
@ -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
|
||||
Loading…
Reference in New Issue