-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
43 lines (43 loc) · 1008 Bytes
/
.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
.DS_Store
.tmp*
.idea
.git
dist
coverage
package-lock.json
test/myapp/production.js
test/css_paths/bundles/
node_modules
!test/bundle_false/node_modules
!test/bundle_false_cdn/node_modules
/packages/
test/out/
test/bundle/bundles/
test/pluginify/out.js
test/pluginify/out.js.map
test/nocallback/out.js
test/dep_plugins/bundles
test/bundles/
test/other_bundle/steal.production.js
test/other_bundle/other_dist/
test/bundle/alternate/
test/minify/bundles/
test/build_types/bundles/
test/css_paths/bundles/
test/plugins/bundles/
test/other_bundle/bundles/
test/pluginify_deps/out/
test/bundle_multiple_builds/
test/pluginify_global/out.js
test/pluginify_define/out.js
test/pluginifier_builder_helpers/dist/
test/pluginifier_builder_helpers/cjs/
test/pluginifier_builder_helpers/browserify-out.js
test/6to5/dist
test/bundle_assets/dist
test/live_reload/out.js
test/transform_export/out.js
test/exports_basics/out.js
test/circular/export/
test/serviceworker/service-worker.js
!test/dev_bundles_minify/node_modules