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-*
|
**/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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue