-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.distignore
79 lines (71 loc) · 1020 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
############################
#
# WordPress.org plugin deploy ignore file
#
# Similar to our standard .deployignore with some changes.
# - Does not support using `!` character.
# - Does not support using `*` character.
# - Must include other files like .github.
#
# @version 2.6.5
#
############################
# Project specific
/config
/js/src
/js/jest
/.wordpress-org
# dev related
.deployignore
.distignore
.gitmodules
composer.json
composer.lock
/dev
bin
local-config-sample.php
pcss
phpcs.xml.dist
phpstan.neon.dist
Readme.md
# System and hidden files
*.bak
*.shtml
*.sublime-project
*.sublime-workspace
*.swp
*~
.DS_Store
.DS_Store?
.cvs
.eslintcache
.phpunit.result.cache
.phpcs.cache
.project
.sass-cache
.stylelintcache
.svn
.Trashes
Thumbs.db
ehthumbs.db
error_log
# GitHub files
.github
.git
.gitattributes
.gitignore
# Yarn and Node files
.editorconfig
.eslintrc
.nvmrc
.pnp.cjs
.pnp.js
.pnp.loader.mjs
.stylelintrc
.yarn
.yarnrc.yml
jest.config.js
node_modules
package.json
tsconfig.json
yarn.lock