Skip to content

Commit 50002da

Browse files
authored
Merge pull request #140 from DogByteMarketing/trunk
Updated: distignore to be the same as in main
2 parents 9f5c6c4 + 55302e3 commit 50002da

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.distignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,35 @@
33
.github
44
.wordpress-org
55
.gitignore
6+
.gitattributes
67
.distignore
8+
.travis.yml
79

810
# Exclude development and build files
911
node_modules/
1012
composer.lock
13+
composer.lock
1114
package-lock.json
1215
webpack.config.js
1316

1417
# Exclude test files
18+
dist/
1519
tests/
20+
vendor/
21+
phpcs.xml
1622
phpunit.xml
1723
phpunit.xml.dist
1824

1925
# Exclude local environment files
2026
.env
2127
*.log
2228

29+
2330
# Exclude Git
2431
LICENSE
2532
TODO
2633
CHANGELOG.md
34+
CONTRIBUTING.md
2735
README.md
28-
UPGRADE.md
36+
UPGRADE.md
37+
Makefile

0 commit comments

Comments
 (0)