refactor: ignore everything in build except .pdf
currently only in resume, but will import this configuration to coverletter directory
This commit is contained in:
parent
f95c8e808b
commit
2bd3f3e549
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -7,3 +7,9 @@
|
||||||
*.log
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.synctex.gz
|
*.synctex.gz
|
||||||
|
|
||||||
|
# Ignore everything in the build directory
|
||||||
|
build/*
|
||||||
|
|
||||||
|
!build/*.pdf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue