-
Notifications
You must be signed in to change notification settings - Fork 4
/
.zipignore
89 lines (88 loc) · 1.1 KB
/
.zipignore
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
# General
**/codekit-config.json
node_modules
**/node_modules
config.rb
gulp-tasks
tasks
node-tasks
gulpfile.js
gulpconfig.json
gulpconfig.example.json
webpack.config.js
webpack.common.js
webpack.dev.js
webpack.prod.js
webpack-stats.json
package.json
package-lock.json
pxg.json
css
.idea
.editorconfig
**/.svn*
**/*.css.map
**/.sass*
.sass*
**/.git*
*.sublime-project
.DS_Store
**/.DS_Store
__MACOSX
**/__MACOSX
CHANGELOG.md
CONTRIBUTING.md
README.md
**/README.md
palettes.md
.csscomb
.csscomb.json
.codeclimate.yml
tests
**/tests
Tests
**/Tests
example
**/example
examples
**/examples
doc
**/doc
docs
**/docs
circle.yml
.circleci
browserslist
.browserlistrc
babel.config.js
.babelrc
.eslintignore
.eslintrc.js
.stylelintrc
tsconfig.json
tslint.json
.labels
.jscsrc
.jshintignore
.zipignore
phpcs.xml.dist
phpunit.xml.dist
bin
postcss.config.js
.phpcs.xml.dist
phpstan.neon.dist
.npmrc
.nvmrc
.node-version
# Nova Blocks specifics
src/**/*.js
src/vendor/trix
bundlesize.config.json
packages/*/build
packages/*/build-module
packages/*/build-style
packages/**/*.js
packages/**/*.scss
**/package.json
**/package-lock.json
vendor