aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: debbc5d4510b22a66b0e26bdb7748cbd09daab7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin
tools
**/glide.lock
**/vendor
package
debug
cmd/*/debug
*.zip
scripts/sdks/**/sdks*.json

webapp/dist
webapp/node_modules
webapp/assets/xds-agent-tarballs/*.zip

# private (prefixed by 2 underscores) directories or files
__*/
__*