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

3
.gitignore vendored
View File

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