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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-23 16:02:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-23 16:02:53 +0300
commitdfe651eee4d712cc3f252f9a2629143d0cff9fe8 (patch)
tree76be26b7394823ae1bc07fee8fec53ade40fb331 /.gitignore
parent040085fb03f4fe786ee9fef96e0ea2264eb340b4 (diff)
Move js sources to /src and use /js for the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 16aa28585..45aeefb36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,6 @@
composer.phar
/vendor/
-# Unnecessary bower dependency files
-/js/vendor/jquery/src/*
-/js/vendor/ical.js/samples/*
-
# Mac OS
.DS_Store
@@ -15,11 +11,7 @@ tests/clover.xml
# Node.js modules
node_modules/
-# optimized JS files
-# Old r.js
-js/mail.min.js
-# new webpack
-/js/build
+/js
# packaged app
build/artifacts