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

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

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