kochbuch/.gitignore
2024-09-28 08:54:49 +02:00

15 lines
205 B
Text

# Ignore everything
*
# But not these files...
!.gitignore
!*.tex
!*.bib
!*.txt
# etc...
# ...even if they are in subdirectories
!*/
# if the files to be tracked are in subdirectories
!*/latex/bilder/*