Merge pull request #27503 from remyleone/update_gitignore

update gitignore to include folder created by make container-serve
This commit is contained in:
Kubernetes Prow Robot 2021-05-19 05:46:51 -07:00 committed by GitHub
commit 6803d4dc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/