Clean up .dockerignore and .gitignore (#4656)

Make some minor tweaks to `.gitignore` and `.dockerignore` to make them more similar.

Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
Alex Leong 2020-06-23 16:39:17 -07:00 committed by GitHub
parent ca1a9f66d2
commit d9edec1022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
**/cmake-*
**/CMakeLists.txt
*.iml
**/node_modules
bin
!bin/fetch-proxy
!bin/web
@ -12,7 +13,6 @@ Dockerfile*
**/target
target
!target/docker-build
web/app/node_modules
web/app/dist
web/app/yarn-error.log
vendor

3
.gitignore vendored
View File

@ -5,10 +5,11 @@ tmp.discovery
**/cmake-*
**/CMakeLists.txt
*.iml
web/web
**/node_modules
web/web
web/app/dist
web/app/yarn-error.log
vendor
**/*.gogen*
**/*.swp
charts/**/charts