...

Text file src/github.com/linkerd/linkerd2/.gitignore

Documentation: github.com/linkerd/linkerd2

     1**/disco
     2target
     3tmp.discovery
     4**/.idea
     5**/cmake-*
     6**/CMakeLists.txt
     7*.iml
     8**/node_modules
     9web/web
    10web/app/dist
    11web/app/js/locales/_build
    12web/app/js/locales/**/*.js
    13web/app/yarn-error.log
    14vendor
    15**/*.gogen*
    16**/*.swp
    17**/charts/**/charts
    18package-lock.json
    19.vscode
    20**/coverage*

View as plain text