summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a1142a6bc54905bd8880d1773a164d4a5118b443 (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/*.appcache
/www/js/all.min.js*