78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
test/
|
|
src/
|
|
bower.json
|
|
.gitignore
|
|
.jshintrc
|
|
.travis.yml
|
|
CHANGELOG*
|
|
Gemfile
|
|
gruntfile.js
|
|
Gruntfile.js
|
|
Makefile
|
|
package.json
|
|
README*
|
|
|
|
# underscore
|
|
underscore/**
|
|
!underscore/.bower.json
|
|
!underscore/underscore.js
|
|
!underscore/LICENSE
|
|
|
|
# blueimp-md5
|
|
blueimp-md5/css
|
|
blueimp-md5/js/*
|
|
!blueimp-md5/js/md5.js
|
|
blueimp-md5/index.html
|
|
|
|
# momentjs - ignore all files except the two listed below
|
|
moment/benchmarks
|
|
moment/locale
|
|
moment/min/**
|
|
moment/moment.js
|
|
moment/scripts
|
|
!moment/min/moment-with-locales.js
|
|
|
|
# jquery
|
|
jquery/**
|
|
!jquery/.bower.json
|
|
!jquery/jquery*
|
|
!jquery/MIT-LICENSE.txt
|
|
|
|
# jcrop
|
|
jcrop/index.html
|
|
jcrop/demos
|
|
jcrop/css/jquery.Jcrop.min.css
|
|
jcrop/js/**
|
|
!jcrop/js/jquery.Jcrop.js
|
|
|
|
# jsTimezoneDetect
|
|
jsTimezoneDetect/jstz.min.js
|
|
|
|
# handlebars
|
|
handlebars/**
|
|
!handlebars/.bower.json
|
|
!handlebars/handlebars.js
|
|
|
|
# select2
|
|
select2/**
|
|
!select2/.bower.json
|
|
!select2/select2.js
|
|
!select2/select2.css
|
|
!select2/select2.png
|
|
!select2/select2x2.png
|
|
!select2/select2-spinner.gif
|
|
!select2/LICENSE
|
|
|
|
#zxcvbn
|
|
zxcvbn/**
|
|
!zxcvbn/.bower.json
|
|
!zxcvbn/zxcvbn.js
|
|
!zxcvbn/LICENSE.txt
|
|
|
|
# snapjs
|
|
snapjs/demo
|
|
snapjs/dist/2.0.0-rc1
|
|
snapjs/dist/latest/snap.css
|
|
snapjs/dist/latest/snap.min.js
|
|
snapjs/scripts
|