diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-27 14:47:45 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-27 14:54:08 -0400 |
commit | c27f033f4d794e28f4a6939df87ba54336127af0 (patch) | |
tree | d8f389d9db7645c9ea25ff70117f1a7d263d6c4a /.gitignore | |
parent | 4db774c1ec0c0b20611fea938d2603e6a3dfe4ca (diff) | |
download | html5ks-c27f033f4d794e28f4a6939df87ba54336127af0.tar.xz html5ks-c27f033f4d794e28f4a6939df87ba54336127af0.zip |
use gzip_static only if nginx supports it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ +# unrpyc built code /unrpyc/renpy +/unrpyc/*.json.o /unrpyc/*.json /unrpyc/*.rpyc +# generated nginx conf +/nginx.gen.conf # ignore 'copyrighted' contents similar to emulators /www/scripts /www/dump |