diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,11 +1,15 @@ # unrpyc built code /unrpyc/renpy +/unrpyc/*.json.gz /unrpyc/*.json.o /unrpyc/*.json /unrpyc/*.rpyc -# generated nginx conf +# generated nginx conf - see nginx.sh /nginx.gen.conf # ignore 'copyrighted' contents similar to emulators /www/scripts /www/dump /rpy + +# generated files +/www/*.appcache |