blob: 8d11b9a1562abecdb0114ee7da27b61fd1be9891 (
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
|
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-min.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/**
!jquery-ui/themes/base/jquery-ui.css
!jquery-ui/jquery-ui.min.js
!jquery-ui/.bower.json
# jcrop
jcrop/index.html
jcrop/demos
jcrop/css/jquery.Jcrop.min.css
jcrop/js/**
!jcrop/js/jquery.Jcrop.js
# handlebars
handlebars/**
!handlebars/.bower.json
!handlebars/handlebars.runtime.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-shim
es6-shim/**
!es6-shim/.bower.json
!es6-shim/LICENSE
!es6-shim/es6-shim.min.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
# underscore
css-vars-ponyfill/**
!css-vars-ponyfill/dist
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js
!css-vars-ponyfill/dist/css-vars-ponyfill.min.js.map
!css-vars-ponyfill/LICENSE
|