From de362d3ba5a1097c18db5a511b997d3fc0e5b14d Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Sat, 23 Jan 2021 16:57:30 +0100 Subject: [PATCH] updates gitignore for production --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a9f1533..1fffa97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ resources/_gen/ +node_modules/ +public/ +npm-debug.log +package-lock.json