-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.distignore
More file actions
45 lines (38 loc) · 752 Bytes
/
Copy path.distignore
File metadata and controls
45 lines (38 loc) · 752 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
# ==========================================
# Generic WordPress Plugin .distignore
# (Used by 10up/action-wordpress-plugin-deploy)
# ==========================================
# This file itself
.distignore
# Git / meta
.git
.github
.gitignore
.gitattributes
# WordPress.org assets are handled via ASSETS_DIR (.wordpress-org)
# and moved into SVN /assets, so we don't want them in the plugin ZIP
.wordpress-org
# Build & dev tooling
/node_modules
/dist
/build
/vendor-bin
/tools
/.editorconfig
/.php_cs*
/phpcs.xml*
/phpstan.neon*
/phpmd.xml*
# Tests & CI
/tests
/phpunit.xml
/phpunit.xml.dist
/.travis.yml
/circle.yml
# Docs only for GitHub / dev; not needed in the installed plugin
README.md
CHANGELOG.md
# Misc junk
*.log
.DS_Store
Thumbs.db