summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-06-30 18:06:07 +0100
committerPeter 'Pita' Martischka <petermartischka@googlemail.com>2011-06-30 18:06:07 +0100
commit95b47b4940d63e2b97747a79d47ee2fe5345173b (patch)
tree5f62c310a28eb67c8d3226d1407f3156cc32cdd8 /.gitignore
parentc98db5a4c11ce4ba1eee2dd69c1c1d87f3c1b981 (diff)
downloadetherpad-lite-95b47b4940d63e2b97747a79d47ee2fe5345173b.zip
use a downloaded jQuery instead of using googles CDN, and fixed btw a bug that let pad.js fails randomly
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ea051b29..df6d75be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
-settings.json \ No newline at end of file
+settings.json
+static/js/jquery.min.js \ No newline at end of file