mirror of https://github.com/linkerd/linkerd2.git
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:
parent
ca1a9f66d2
commit
d9edec1022
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue