-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
281 lines (279 loc) · 7.47 KB
/
.gitignore
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
*.swp
npm-debug.log
/test/bin
/test/output.log
/test/*/*/node_modules
/test/packages/npm-test-depends-on-spark/which-spark.log
/test/packages/test-package/random-data.txt
/test/root
/node_modules/.bin
/html/doc/
/man/
/doc/*/npm-index.md
/npmrc
/release/
/npm-*.tgz
/node_modules/npm-registry-client/test/fixtures
/test/fixtures/config/userconfig-with-gc
/node_modules/npm-registry-couchapp
*.pyc
.jshintrc
.eslintrc
# dev dependencies
/node_modules/deep-equal/
/node_modules/marked/
/node_modules/marked-man/
/node_modules/nock/
/node_modules/npm-registry-couchapp/
/node_modules/npm-registry-mock/
/node_modules/readable-stream/
/node_modules/require-inject/
/node_modules/sprintf-js/
/node_modules/standard/
/node_modules/tap/
# required by standard
/node_modules/acorn/
/node_modules/align-text/
/node_modules/alter/
/node_modules/amdefine/
/node_modules/ansi-styles/
/node_modules/argparse/
/node_modules/array-union/
/node_modules/array-uniq/
/node_modules/arrify/
/node_modules/ast-traverse/
/node_modules/ast-types/
/node_modules/async/
/node_modules/babel-core/
/node_modules/babel-plugin-constant-folding/
/node_modules/babel-plugin-dead-code-elimination/
/node_modules/babel-plugin-eval/
/node_modules/babel-plugin-inline-environment-variables/
/node_modules/babel-plugin-jscript/
/node_modules/babel-plugin-member-expression-literals/
/node_modules/babel-plugin-property-literals/
/node_modules/babel-plugin-proto-to-assign/
/node_modules/babel-plugin-react-constant-elements/
/node_modules/babel-plugin-react-display-name/
/node_modules/babel-plugin-remove-console/
/node_modules/babel-plugin-remove-debugger/
/node_modules/babel-plugin-runtime/
/node_modules/babel-plugin-undeclared-variables-check/
/node_modules/babel-plugin-undefined-to-void/
/node_modules/babylon/
/node_modules/balanced-match/
/node_modules/bluebird/
/node_modules/brace-expansion/
/node_modules/breakable/
/node_modules/camelcase/
/node_modules/center-align/
/node_modules/chalk/
/node_modules/cli-width/
/node_modules/cliui/
/node_modules/clone/
/node_modules/commander/
/node_modules/commoner/
/node_modules/concat-map/
/node_modules/concat-stream/
/node_modules/convert-source-map/
/node_modules/core-js/
/node_modules/core-util-is/
/node_modules/d/
/node_modules/debug-log/
/node_modules/debug/
/node_modules/decamelize/
/node_modules/deep-is/
/node_modules/defaults/
/node_modules/defs/
/node_modules/deglob/
/node_modules/del/
/node_modules/detect-indent/
/node_modules/diff/
/node_modules/disparity/
/node_modules/doctrine/
/node_modules/es5-ext/
/node_modules/es6-iterator/
/node_modules/es6-map/
/node_modules/es6-set/
/node_modules/es6-symbol/
/node_modules/es6-weak-map/
/node_modules/escape-string-regexp/
/node_modules/escope/
/node_modules/esformatter-eol-last/
/node_modules/esformatter-ignore/
/node_modules/esformatter-jsx/
/node_modules/esformatter-literal-notation/
/node_modules/esformatter-quotes/
/node_modules/esformatter-semicolon-first/
/node_modules/esformatter-spaced-lined-comment/
/node_modules/esformatter/
/node_modules/eslint-config-standard-react/
/node_modules/eslint-config-standard/
/node_modules/eslint-plugin-react/
/node_modules/eslint-plugin-standard/
/node_modules/eslint/
/node_modules/espree/
/node_modules/esrecurse/
/node_modules/estraverse-fb/
/node_modules/estraverse/
/node_modules/esutils/
/node_modules/event-emitter/
/node_modules/extend/
/node_modules/falafel/
/node_modules/fast-levenshtein/
/node_modules/figures/
/node_modules/file-entry-cache/
/node_modules/find-root/
/node_modules/flat-cache/
/node_modules/foreach/
/node_modules/fs-readdir-recursive/
/node_modules/generate-function/
/node_modules/generate-object-property/
/node_modules/get-stdin/
/node_modules/globals/
/node_modules/globby/
/node_modules/handlebars/
/node_modules/has-ansi/
/node_modules/home-or-tmp/
/node_modules/iconv-lite/
/node_modules/ignore/
/node_modules/inquirer/
/node_modules/install/
/node_modules/invert-kv/
/node_modules/is-buffer/
/node_modules/is-finite/
/node_modules/is-integer/
/node_modules/is-my-json-valid/
/node_modules/is-path-cwd/
/node_modules/is-path-in-cwd/
/node_modules/is-path-inside/
/node_modules/is-property/
/node_modules/is-resolvable/
/node_modules/isarray/
/node_modules/js-beautify/
/node_modules/js-tokens/
/node_modules/js-yaml/
/node_modules/jsesc/
/node_modules/json-stable-stringify/
/node_modules/json5/
/node_modules/jsonify/
/node_modules/jsonpointer/
/node_modules/kind-of/
/node_modules/lcid/
/node_modules/left-pad/
/node_modules/leven/
/node_modules/levn/
/node_modules/line-numbers/
/node_modules/lodash._arraycopy/
/node_modules/lodash._arrayeach/
/node_modules/lodash._arraymap/
/node_modules/lodash._basecopy/
/node_modules/lodash._basedifference/
/node_modules/lodash._baseflatten/
/node_modules/lodash._basefor/
/node_modules/lodash._createassigner/
/node_modules/lodash._isiterateecall/
/node_modules/lodash._pickbyarray/
/node_modules/lodash._pickbycallback/
/node_modules/lodash.isplainobject/
/node_modules/lodash.istypedarray/
/node_modules/lodash.keysin/
/node_modules/lodash.merge/
/node_modules/lodash.omit/
/node_modules/lodash.toplainobject/
/node_modules/lodash/
/node_modules/longest/
/node_modules/lru-cache/
/node_modules/minimatch/
/node_modules/minimist/
/node_modules/mout/
/node_modules/ms/
/node_modules/multiline/
/node_modules/mute-stream/
/node_modules/npm-path/
/node_modules/npm-run/
/node_modules/number-is-nan/
/node_modules/object-assign/
/node_modules/object-keys/
/node_modules/optimist/
/node_modules/optionator/
/node_modules/os-homedir/
/node_modules/os-locale/
/node_modules/os-tmpdir/
/node_modules/output-file-sync/
/node_modules/path-exists/
/node_modules/path-is-absolute/
/node_modules/path/
/node_modules/pify/
/node_modules/pinkie-promise/
/node_modules/pinkie/
/node_modules/pkg-config/
/node_modules/prelude-ls/
/node_modules/private/
/node_modules/process-nextick-args/
/node_modules/protochain/
/node_modules/q/
/node_modules/read-json-sync/
/node_modules/readline2/
/node_modules/recast/
/node_modules/regenerate/
/node_modules/regenerator/
/node_modules/regexpu/
/node_modules/regjsgen/
/node_modules/regjsparser/
/node_modules/repeat-string/
/node_modules/repeating/
/node_modules/resolve/
/node_modules/right-align/
/node_modules/rocambole-indent/
/node_modules/rocambole-linebreak/
/node_modules/rocambole-node/
/node_modules/rocambole-token/
/node_modules/rocambole-whitespace/
/node_modules/rocambole/
/node_modules/run-async/
/node_modules/run-parallel/
/node_modules/rx-lite/
/node_modules/serializerr/
/node_modules/shebang-regex/
/node_modules/shelljs/
/node_modules/sigmund/
/node_modules/simple-fmt/
/node_modules/simple-is/
/node_modules/slash/
/node_modules/source-map-support/
/node_modules/source-map/
/node_modules/stable/
/node_modules/standard-engine/
/node_modules/standard-format/
/node_modules/stdin/
/node_modules/string.prototype.endswith/
/node_modules/string_decoder/
/node_modules/stringmap/
/node_modules/stringset/
/node_modules/strip-indent/
/node_modules/strip-json-comments/
/node_modules/supports-color/
/node_modules/sync-exec/
/node_modules/through/
/node_modules/to-double-quotes/
/node_modules/to-fast-properties/
/node_modules/to-single-quotes/
/node_modules/trim-right/
/node_modules/try-resolve/
/node_modules/tryit/
/node_modules/tryor/
/node_modules/type-check/
/node_modules/typedarray/
/node_modules/uglify-js/
/node_modules/uglify-to-browserify/
/node_modules/uniq/
/node_modules/user-home/
/node_modules/util-deprecate/
/node_modules/window-size/
/node_modules/wordwrap/
/node_modules/write/
/node_modules/xml-escape/
/node_modules/xtend/
/node_modules/y18n/
/node_modules/yargs/