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

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