Skip to content

Commit ed7cdc4

Browse files
committed
Configure exported files
1 parent 8d839df commit ed7cdc4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ vendor
1515
.gitattributes
1616
.gitignore
1717
.nvmrc
18+
.wp-env.json
1819
composer.json
1920
composer.lock
2021
Gruntfile.js
@@ -24,6 +25,7 @@ package-lock.json
2425
phpunit.xml
2526
phpunit.xml.dist
2627
.phpunit.result.cache
28+
playground.json
2729
readme.md
2830
README.md
2931
wp-cli.local.yml

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
.github/ export-ignore
2+
.gitignore export-ignore
3+
.npmrc export-ignore
24
.wporg/ export-ignore
5+
.wp-env.json export-ignore
36
.distignore export-ignore
7+
.distinclude export-ignore
48
.gitattributes export-ignore
59
.gitignore export-ignore
610
composer.json export-ignore
711
composer.lock export-ignore
812
package.json export-ignore
913
package-lock.json export-ignore
1014
phpcs.xml export-ignore
15+
phpunit.xml export-ignore
16+
playground.json export-ignore
1117
tests/ export-ignore

0 commit comments

Comments
 (0)