blob: 2c04d2e3177e39c9471ba5595e0e67ad8d82fdfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
|
test/
src/
bower.json
component.json
.jshintrc
.travis.yml
CHANGELOG*
Gemfile
gruntfile.js
Gruntfile.js
Gulpfile.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.min.js
blueimp-md5/index.html
# momentjs - ignore all files except the two listed below
moment/**
!moment/.bower.json
!moment/min
!moment/LICENSE
moment/min/**
!moment/min/moment-with-locales.min.js
# jquery
jquery/**
!jquery/.bower.json
!jquery/dist
!jquery/dist/jquery.*
!jquery/MIT-LICENSE.txt
# jquery-ui
jquery-ui/themes/base/minified
jquery-ui/themes/base/images/**
!jquery-ui/themes/base/images/animated-overlay.gif
!jquery-ui/themes/base/images/ui-icons_222222_256x240.png
jquery-ui/themes/base/jquery.ui.*
jquery-ui/themes/black-tie
jquery-ui/themes/blitzer
jquery-ui/themes/cupertino
jquery-ui/themes/dark-hive
jquery-ui/themes/dot-luv
jquery-ui/themes/eggplant
jquery-ui/themes/excite-bike
jquery-ui/themes/flick
jquery-ui/themes/hot-sneaks
jquery-ui/themes/humanity
jquery-ui/themes/le-frog
jquery-ui/themes/mint-choc
jquery-ui/themes/overcast
jquery-ui/themes/pepper-grinder
jquery-ui/themes/redmond
jquery-ui/themes/smoothness
jquery-ui/themes/south-street
jquery-ui/themes/start
jquery-ui/themes/sunny
jquery-ui/themes/swanky-purse
jquery-ui/themes/trontastic
jquery-ui/themes/ui-darkness
jquery-ui/themes/ui-lightness
jquery-ui/themes/vader
jquery-ui/ui/**
!jquery-ui/ui/minified/jquery-ui.custom.min.js
jquery-ui/*.json
!jquery-ui/.bower.json
jquery-ui/AUTHORS.txt
jquery-ui/MANIFEST
jquery-ui/README.md
# 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.min.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/dist
zxcvbn/dist/**
!zxcvbn/dist/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
# bootstrap - only include the tooltip plugin
bootstrap/**
!bootstrap/.bower.json
!bootstrap/js
bootstrap/js/*
!bootstrap/js/tooltip.js
# backbone
backbone/backbone-min*
# davclient.js
davclient.js/**
!davclient.js/.bower.json
!davclient.js/lib
!davclient.js/lib/client.js
!davclient.js/LICENSE
# es6-promise
es6-promise/**
!es6-promise/.bower.json
!es6-promise/LICENSE
!es6-promise/dist
es6-promise/dist/*
!es6-promise/dist/es6-promise.js
# base64
base64/*min.js
# clipboard
clipboard/**
!clipboard/.bower.json
!clipboard/dist
!clipboard/dist/clipboard.min.js
# autosize
autosize/**
!autosize/dist
!autosize/dist/autosize.min.js
!autosize/.bower.json
!autosize/LICENCE.md
#marked
marked/bin
marked/doc
marked/index.js
marked/lib
marked/man
# DOMPurity
DOMPurify/**
!DOMPurify/dist
!DOMPurify/dist/purify.min.js
!DOMPurify/.bower.json
!DOMPurify/LICENSE
# strengthify
strengthify/examples.html
strengthify/examples.png
|