Skip to content

Commit 024808b

Browse files
committed
Update git config files
1 parent 6d441e1 commit 024808b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.distignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/.git
2+
/.github
3+
/.wordpress-org
4+
/config
5+
/node_modules
6+
/src
7+
/tests
8+
9+
.distignore
10+
.gitattributes
11+
.gitignore
12+
.nvmrc
13+
.wp-env.json
14+
CHANGELOG.md
15+
composer.json
16+
composer.lock
17+
grumphp.yml
18+
LICENSE.md
19+
package.json
20+
package-lock.json
21+
phpcs.xml.dist
22+
phpunit.xml.dist
23+
psalm.xml
24+
README.md
25+
webpack.config.js

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
/.wordpress-org export-ignore
44
/config export-ignore
55
/tests export-ignore
6-
/vendor/ export-ignore
76
/node_modules export-ignore
87

98
/.gitattributes export-ignore
109
/.gitignore export-ignore
1110
/.nvmrc export-ignore
1211
/.wp-env.json export-ignore
1312
/CHANGELOG.md export-ignore
13+
/LICENSE.md export-ignore
1414
/composer.json export-ignore
1515
/composer.lock export-ignore
1616
/grumphp.yml export-ignore
17-
/LICENSE.md export-ignore
1817
/package.json export-ignore
1918
/package-lock.json export-ignore
2019
/phpcs.xml.dist export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Directories/files that may be generated by this project
22
build
33
node_modules
4+
vendor
45
coverage
56
.phpunit.result.cache
67

0 commit comments

Comments
 (0)