-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.distignore
More file actions
57 lines (48 loc) · 915 Bytes
/
.distignore
File metadata and controls
57 lines (48 loc) · 915 Bytes
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
# Files and directories excluded from the production plugin zip.
# Used by build scripts that ship installable releases.
# Source control
.git
.gitignore
.gitattributes
# Development tooling
.github
.wp-env.json
.wp-env.override.json
.wp-env
.phpunit.cache
.phpunit.result.cache
.distignore
.editorconfig
.DS_Store
# Tests and dev scripts
tests
bin
scripts
tools
# Composer dev dependencies — all vendor/ packages are dev-only (phpcs,
# phpunit, etc.); there are no production PHP dependencies.
composer.json
composer.lock
vendor
# Node / npm build tooling
package.json
package-lock.json
node_modules
# Linting / standards configs
phpcs.xml.dist
phpunit.xml.dist
# Local-only dev plugins
vendor-plugins
# Documentation that lives in-repo for contributors but isn't needed
# at runtime
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
.migration
docs
skills
# Editor / OS metadata
*.log
*.swp
.idea
.vscode