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

debug
cmd/*/debug

webapp/dist
webapp/node_modules

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