Merge pull request #27503 from remyleone/update_gitignore
update gitignore to include folder created by make container-serve
This commit is contained in:
commit
6803d4dc80
|
|
@ -33,4 +33,8 @@ resources/
|
||||||
# Netlify Functions build output
|
# Netlify Functions build output
|
||||||
package-lock.json
|
package-lock.json
|
||||||
functions/
|
functions/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Generated files when building with make container-build
|
||||||
|
.config/
|
||||||
|
.npm/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue