Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-05-06 15:45:39 +0300
committerJoas Schilling <coding@schilljs.com>2019-05-07 15:10:06 +0300
commit983e71bd932069936f3a4085d79a1f7071b7793d (patch)
treeb781571c81ec075e241fcb2f07dad0794019601f /.gitignore
parenta2a21e3742db6256bf9696025f815d9d6513cb73 (diff)
Merge make files and remove compiled JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5e399d915..d618853fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,13 @@ build
node_modules
package-lock.json
+# Compiled JS
+/js/admin/*.js
+/js/admin/*.js.map
+/js/collections.js
+/js/collectionsintegration.js
+/js/*.js.map
+
# Karma/jasmine coverage data
coverage
tests/php/coverage-html