mirror of https://github.com/eyhc1/rendercv.git
update .gitignore
This commit is contained in:
parent
0d583c8877
commit
a6b0ce61e2
|
@ -170,17 +170,6 @@ cython_debug/
|
|||
*.synctex.gz
|
||||
*.pdf
|
||||
|
||||
# TinyTeX cache
|
||||
rendercv/vendor/TinyTeX/texmf-var/tex/generic/
|
||||
rendercv/vendor/TinyTeX/texmf-var/luatex-cache/
|
||||
|
||||
# RenderCV related
|
||||
tests/outputs/
|
||||
tests/inputs/personal.json
|
||||
tests/inputs/personal.yaml
|
||||
personal.yaml
|
||||
output/
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
|
@ -188,3 +177,6 @@ output/
|
|||
*_CV.yaml
|
||||
*_cv.py
|
||||
*_CV.tex
|
||||
|
||||
# Include reference files
|
||||
!/tests/reference_files/**/*
|
Loading…
Reference in New Issue