9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
# Whitelist: ignore everything
|
|
*
|
|
!*/
|
|
|
|
# Only track .tex files and .gitignore itself
|
|
!.gitignore
|
|
!*.tex
|
|
!data/**
|