-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexclude.txt
153 lines (108 loc) · 2.84 KB
/
exclude.txt
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
# Git (https://git-scm.com/)
.git
.gitignore
.gitattributes
# .DS_Store (https://en.wikipedia.org/wiki/.DS_Store)
.DS_Store
# Code of Conduct
CODE_OF_CONDUCT.md
# WordPress
/wordpress/
/wp-content/
# WordPress.org assets
/.wordpress-org/
/assets-wp-repo/
/wordpress_org_assets/
# Composer (https://getcomposer.org/)
/vendor/
# Composer bin plugin (https://github.com/bamarni/composer-bin-plugin)
/vendor-bin/
# Eclipse (https://www.eclipse.org/)
.buildpath
.project
.settings
# Node.js (https://nodejs.org/)
/node_modules/
# BabelRC (https://babeljs.io/)
.babelrc
# Code Climate (https://codeclimate.com/)
.codeclimate.yml
# Codecov (https://codecov.io/)
.codecov.yml
# CSScomb (http://csscomb.com/)
.csscomb.json
# CSSLint (https://github.com/CSSLint/csslint)
.csslintrc
# stylelint (https://stylelint.io/)
.stylelintrc
.stylelintrc.json
# EditorConfig (https://editorconfig.org/)
.editorconfig
# ESLint (https://eslint.org/)
.eslintignore
.eslintrc
# JSHint (http://jshint.com/about/)
.jshintrc
# Sass (https://sass-lang.com/)
.sass-cache
# Sass Lint (https://github.com/sasstools/sass-lint)
.sass-lint.yml
# Scrutinizer CI (https://scrutinizer-ci.com/)
.scrutinizer.yml
# Travis CI (https://travis-ci.org/)
.travis.yml
# GitHub
.github
# Grunt (https://gruntjs.com/)
Gruntfile.js
# Bower (https://bower.io/)
bower.json
# Yarn (https://yarnpkg.com/)
yarn.lock
# ApiGen (http://apigen.org/)
apigen.neon
# PHPCI (https://www.phptesting.org/)
phpci.yml
# PHP_CodeSniffer (https://github.com/squizlabs/PHP_CodeSniffer)
phpcs.xml
phpcs.xml.dist
phpcs.ruleset.xml
# PHP_CodeSniffer - Pronamic text domain fixer
# https://github.com/pronamic/pronamic-cli/blob/542a76bec026ac6f32fd3000022a2c36c6aa79ab/src/WpBuildCommand.php#L153-L199
phpcs-text-domain-fixer.xml
# phpDocumentor (https://www.phpdoc.org/)
phpdoc.xml
phpdoc.dist.xml
# PHPLint (https://github.com/overtrue/phplint)
.phplint.yml
# PHP Mess Detector (https://phpmd.org/)
phpmd.ruleset.xml
phpmd.xml.dist
# PhpMetrics (https://github.com/phpmetrics/PhpMetrics)
.phpmetrics.json
# PHPUnit (https://phpunit.de/)
phpunit.xml
phpunit.xml.dist
# PHP Static Analysis Tool (https://github.com/phpstan/phpstan)
phpstan.neon.dist
# PostCSS (https://postcss.org/)
postcss.config.js
# Psalm (https://github.com/vimeo/psalm)
psalm.xml.dist
# PHP-Scoper (https://github.com/humbug/php-scoper)
scoper.inc.php
# pNpm (https://pnpm.io/)
pnpm-lock.yaml
# IntelliJ's project specific settings files
# @link https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
.idea
# Webpack (https://webpack.js.org/)
webpack.config.js
# WP-CLI (https://wp-cli.org/)
wp-cli.yml
# wp-env (https://github.com/WordPress/gutenberg/tree/trunk/packages/env)
.wp-env.json
# WordPress distribution archive (https://developer.wordpress.org/cli/commands/dist-archive/)
.distignore
# Pronamic build ignore
.pronamic-build-ignore