We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f5c6c4 + 55302e3 commit 50002daCopy full SHA for 50002da
1 file changed
.distignore
@@ -3,26 +3,35 @@
3
.github
4
.wordpress-org
5
.gitignore
6
+.gitattributes
7
.distignore
8
+.travis.yml
9
10
# Exclude development and build files
11
node_modules/
12
composer.lock
13
+composer.lock
14
package-lock.json
15
webpack.config.js
16
17
# Exclude test files
18
+dist/
19
tests/
20
+vendor/
21
+phpcs.xml
22
phpunit.xml
23
phpunit.xml.dist
24
25
# Exclude local environment files
26
.env
27
*.log
28
29
+
30
# Exclude Git
31
LICENSE
32
TODO
33
CHANGELOG.md
34
+CONTRIBUTING.md
35
README.md
-UPGRADE.md
36
+UPGRADE.md
37
+Makefile
0 commit comments