From a6b0ce61e20e8b91b1351aacadfb8e8a87b635b3 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 11 Feb 2024 19:35:10 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) 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