-
Notifications
You must be signed in to change notification settings - Fork 1
/
.zipignore
131 lines (126 loc) · 2 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
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
# 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
build
css
.idea
.editorconfig
**/.svn*
**/*.css.map
**/.sass*
.sass*
**/.git*
*.sublime-project
.DS_Store
**/.DS_Store
__MACOSX
**/__MACOSX
CHANGELOG.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
# Style Manager specifics
# From src we will only exclude js and scss, since the rest of the files (PHP) are needed.
src/_js
src/_css
src/_scss
#
# Composer related
#
# The php-scoper is only used during development.
php-scoper
# symfony is prefixed and located in vendor_prefixed folder.
vendor/symfony
# psr is prefixed and located in vendor_prefixed folder.
vendor/psr
# pimple/pimple is prefixed and located in vendor_prefixed folder.
vendor/pimple
# cedaro/wp-plugin is prefixed and located in vendor_prefixed folder.
vendor/cedaro
# The rector is only used during development.
rector.php
# These are all dev or unit testing related.
vendor/bin
vendor/antecedent
vendor/brain
vendor/mockery
vendor/myclabs
vendor/dealerdirect
vendor/doctrine
vendor/graham-campbell
vendor/hamcrest
vendor/pclzip
vendor/phar-io
vendor/phpcompatibility
vendor/phpdocumentor
vendor/phpoption
vendor/phpspec
vendor/phpstan
vendor/phpunit
vendor/php-stubs
vendor/rector
vendor/sebastian
vendor/roave/security-advisories
vendor/squizlabs
vendor/szepeviktor
vendor/theseer
vendor/vlucas
vendor/webmozart
vendor/instituteweb
vendor/wordpress
vendor/wp-coding-standards