From 6760ec389fb868cff9d3ad2617063f1d0de02e02 Mon Sep 17 00:00:00 2001 From: Cyril Novel Date: Thu, 11 Jun 2020 20:13:08 +0200 Subject: [PATCH] Ignore data folder and psd --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4bf2a22..0889879 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,8 @@ dmypy.json cython_debug/ # PyCharm -.idea/ \ No newline at end of file +.idea/ + +# Specific +src/data/* +html_template/*.psd \ No newline at end of file