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 <213943+nickvergessen@users.noreply.github.com>2019-05-08 14:24:44 +0300
committerGitHub <noreply@github.com>2019-05-08 14:24:44 +0300
commitc9793a8a5490f31e6451a7b48cbe071da25b66ca (patch)
tree0bfd8e6dc310563a7af19d12ad7208d8118ce644 /.gitignore
parentd8d9ccad9b4eebe6347009c764a37eb48a7aa957 (diff)
parentc6af361e3d2d7a213ca6cfca7599d1a0e20dfafc (diff)
Merge pull request #1779 from nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets
Merge make files and remove compiled JS
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 84b64c151..1d8f202a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,13 @@
build
node_modules
+# 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