diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-05-24 21:44:02 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-05-24 21:44:02 +0200 |
commit | 29ac21c98b9733ab9cb967cc5ae51aa9b23bed19 (patch) | |
tree | 556a83da92c78074ec867b7d6520ad054e6e5c3c /.gitignore | |
parent | moved common to utils package (diff) | |
download | pyload-29ac21c98b9733ab9cb967cc5ae51aa9b23bed19.tar.xz |
added production / devel mode to webui
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c4a4deff0..e95306990 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ pyload/* dist/* build/* env/* +js-optimized/ |