diff --git a/.gitignore b/.gitignore index 14c71fc..b970736 100644 --- a/.gitignore +++ b/.gitignore @@ -170,21 +170,13 @@ 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/ # Personal CVs *_CV.yaml *_cv.py -*_CV.tex \ No newline at end of file +*_CV.tex + +# Include reference files +!/tests/reference_files/**/* \ No newline at end of file