diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 14:47:58 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-06 16:29:34 +0100 |
commit | 7353183d999795b6044ace6084c67eca95de77cd (patch) | |
tree | c02203beba2b02fea5c83a26934a4325b9b56cea /core/vendor/.gitignore | |
parent | 8f1fa32e1f1cf27a98882307525b4dbe68c340b3 (diff) | |
download | nextcloud-server-7353183d999795b6044ace6084c67eca95de77cd.tar.gz nextcloud-server-7353183d999795b6044ace6084c67eca95de77cd.zip |
bower strengthify
Diffstat (limited to 'core/vendor/.gitignore')
-rw-r--r-- | core/vendor/.gitignore | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore index c2c71a145ba..e76afeb476d 100644 --- a/core/vendor/.gitignore +++ b/core/vendor/.gitignore @@ -1,12 +1,16 @@ test/ src/ .bower.json +bower.json .gitignore .jshintrc .travis.yml +CHANGELOG* Gemfile gruntfile.js -README.md +Makefile +package.json +README* # underscore underscore/** @@ -17,20 +21,13 @@ underscore/** blueimp-md5/css blueimp-md5/js/* !blueimp-md5/js/md5.js -blueimp-md5/.* -blueimp-md5/*.json blueimp-md5/index.html -blueimp-md5/Makefile -blueimp-md5/README.md -blueimp-md5/package.json # momentjs - ignore all files except the two listed below moment/benchmarks moment/locale moment/min/** -moment/*.js* -moment/*.md -!moment/LICENSE +moment/moment.js !moment/min/moment-with-locales.js # jquery @@ -39,9 +36,7 @@ jquery/** !jquery/MIT-LICENSE.txt # jcrop -jcrop/.bower.json jcrop/index.html -jcrop/README.md jcrop/demos jcrop/css/jquery.Jcrop.min.css jcrop/js/** @@ -71,4 +66,3 @@ snapjs/dist/2.0.0-rc1 snapjs/dist/latest/snap.css snapjs/dist/latest/snap.min.js snapjs/scripts -snapjs/*.json |