From 67d4bc20fd834a2330bf5f661591b2893374a2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Sat, 19 Oct 2019 19:24:21 +0200 Subject: [PATCH] Gitignore /src/*. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d2f4ce..75343ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules/ -/dist/* +/dist/ +/src/ -- GitLab