From 6d2f6b4801ae126ccf61b5d06761b520b00c1cde Mon Sep 17 00:00:00 2001
From: Moreau Elise <moreau.elise13@gmail.com>
Date: Sat, 31 Oct 2020 11:26:24 +0100
Subject: [PATCH] add nodes modules and cache 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