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
committerJoas Schilling <coding@schilljs.com>2022-10-17 14:53:05 +0300
commita23207eb8c0fe9e311b5e155a6fa070b715c0bc4 (patch)
tree541bff9e3825c08f517ae5c47bc735a8700d4721 /.gitignore
parenta9f664c033b91b6436f3d9a44d0c43de23e76bd3 (diff)
Ignore compiled js
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 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