From 60808be6ec8b5b649562e9b354b4806cf78ef4bd Mon Sep 17 00:00:00 2001 From: Vladimir Polyakov Date: Sat, 12 Dec 2015 15:41:46 +0300 Subject: [PATCH] fix issue with unexisted directory --- .gitignore | 4 +++- static/js/empty | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/js/empty diff --git a/.gitignore b/.gitignore index cec9828..78a3fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ test/workspace test/distributor/workspace test/repos/mercurial/ test/repos/git/ -static/* +static/css +static/fonts +static/js/*.js data/projects/**/workspace data/builds static/index.html diff --git a/static/js/empty b/static/js/empty new file mode 100644 index 0000000..e69de29