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

github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-08 18:09:18 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-10-18 17:06:14 +0300
commit33204cb7d1cf0ac2f35be2b50b91d3e4c0c0e917 (patch)
tree291acb66288d3c513a8148a9b5766ceb112ed95e
parent22ff292f00af09705e58f99e22216680e80ccbe2 (diff)
Ignore compiled js
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.gitignore1
-rw-r--r--.l10nignore3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f20b04e..f332a33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
# Build related files
/build
+/js
/node_modules
/vendor
diff --git a/.l10nignore b/.l10nignore
index 51ae09d..0844b0d 100644
--- a/.l10nignore
+++ b/.l10nignore
@@ -1 +1,2 @@
-js/template.js
+# compiled vue templates
+js/