aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2d75cb7809c13d84ed0dc4b724b11a33c3e3b650 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin
tools
package
**/glide.lock
**/vendor
*.zip
debug
webapp/dist
webapp/node_modules
**/npm*.log

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