summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 500d93b8f1c3f963b70e6795c5b20bacc53d9909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin
tools
**/glide.lock
**/vendor

debug
cmd/*/debug

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

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