From 7ecb5e309a348afab9af3e6661704a6c3a2e3f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Sun, 11 Apr 2021 12:29:33 +0200 Subject: [PATCH] update gitignore to include folder created by make container-serve --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51e94f41b4..6a629010d0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,8 @@ resources/ # Netlify Functions build output package-lock.json functions/ -node_modules/ \ No newline at end of file +node_modules/ + +# Generated files when building with make container-build +.config/ +.npm/