From 142f27779d8fbf5ae73c48f7328874816a1b75dd Mon Sep 17 00:00:00 2001 From: Moreau Elise <moreau.elise13@gmail.com> Date: Sun, 25 Oct 2020 18:07:52 +0100 Subject: [PATCH] node modules and cache add in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a973d97..08a995b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ /logs/* !/logs/README.md .phpunit.result.cache -var/ \ No newline at end of file +var/ +node_modules +.cache \ No newline at end of file -- GitLab