update gitignore to include folder created by make container-serve

This commit is contained in:
Rémy Léone
2021-04-11 12:29:33 +02:00
parent e277d032ef
commit 7ecb5e309a
+5 -1
View File
@@ -33,4 +33,8 @@ resources/
# Netlify Functions build output
package-lock.json
functions/
node_modules/
node_modules/
# Generated files when building with make container-build
.config/
.npm/