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
|
@ -34,3 +34,7 @@ resources/
|
||||||
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