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>2016-12-04 23:42:23 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-04 23:42:23 +0300
commit940f0d5bf77686e451f8f4b13983e2753791264b (patch)
treefe486e944178b78a91a0e4c2062aec11dc6f778f /.gitignore
parent7254eb148a623797f993f6310574ecd95be52a67 (diff)
include bower dependencies in git
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a560f21c9..7de5b4f59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
# Composer
composer.phar
-vendor/
+/vendor/
+
+# Unnecessary bower dependency files
+/js/vendor/jquery/src/*
+/js/vendor/ical.js/samples/*
# Mac OS
.DS_Store