summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 654ffd4af1870e55d912359f22fc3e3c2e4e6655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# unrpyc built code
/unrpyc/*.json*
/unrpyc/*.rpyc
# generated nginx conf - see nginx.sh
/nginx.gen.conf
# ignore 'copyrighted' contents similar to emulators
/www/favicon.ico
/www/json
/www/dump
/rpy

# generated files
/www/js/all.min.js*
/node_modules