summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0f51a2769a499f650d5d9d79ac4e1024014b9fbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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*