forked from GatherPress/gatherpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.distignore
executable file
·60 lines (57 loc) · 877 Bytes
/
.distignore
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
# A set of files you probably don't want in your WordPress.org distribution
# Configuration and Build Files
.babelrc
.deployignore
.distignore
.editorconfig
.env.sample
.eslintignore
.eslintrc
.eslintrc.js
.gitignore
.gitlab-ci.yml
.nvmrc
.stylelintignore
.stylelintrc.js
.travis.yml
CODE_OF_CONDUCT.md
composer.json
composer.lock
dependencies.yml
Gruntfile.js
jest.config.js
package.json
package-lock.json
phpcs.xml
phpcs.xml.dist
phpcs.ruleset.xml
phpunit.xml
phpunit.xml.dist
playwright.config.js
sonar-project.properties
webpack.config.js
wp-cli.local.yml
yarn.lock
# Dot Files and Directories
.gatherpress-org
.git
.github
.wordpress-version-checker.json
.wp-env.json
.DS_Store
Thumbs.db
.circleci/config.yml
node_modules
vendor
src
# Miscellaneous and SQL Archives
behat.yml
bitbucket-pipelines.yml
bin
multisite.xml
multisite.xml.dist
test
*.mp4
*.sql
*.tar.gz
*.zip