update gitignore to include folder created by make container-serve

pull/27503/head
Rémy Léone 2021-04-11 12:29:33 +02:00
parent e277d032ef
commit 7ecb5e309a
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
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/