From 98e451612092bfd7c2aa7ea678050cf0c71fcc28 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 6 Sep 2023 21:15:22 +0200 Subject: [PATCH] add personal json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9299d3..6e516b3 100644 --- a/.gitignore +++ b/.gitignore @@ -173,4 +173,5 @@ cython_debug/ rendercv/tinytex/vendor/TinyTeX/ # RenderCV related -tests/outputs/ \ No newline at end of file +tests/outputs/ +tests/inputs/personal.json \ No newline at end of file