dissertation/overleaf/.gitignore
2025-04-06 14:33:08 +02:00

18 lines
270 B
Text

# Ignore everything
*
# But descend into directories
!*/
# Recursively allow files under subtree
!/Abbildungen/**
# You can be specific with these rules
!.gitignore
!*.tex
!*.bib
!*.eps
!*.md
!*.png
!*.jpg
!*.jpeg
!*.vsz
# Ignore entire folders and their content
/cache