Skip to content

Commit 2b97fc7

Browse files
committed
fix: updates export-ignore list.
Updates the list of files and directories to be ignored during export. Removes files that are no longer relevant and adds new files, ensuring a cleaner and more efficient export process.
1 parent 88185fa commit 2b97fc7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.gitattributes

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
/.git export-ignore
22
/.github export-ignore
3-
/vendor/ export-ignore -diff
4-
/node_modules export-ignore
5-
63
/.distignore export-ignore
7-
/.editorconfig export-ignore
84
/.gitattributes export-ignore
95
/.gitignore export-ignore
106
/.plugin-data export-ignore
11-
/.wp-env.json export-ignore
12-
/composer.json export-ignore
13-
/composer.lock export-ignore -diff
7+
/CHANGELOG.md export-ignore
148
/grumphp.yml export-ignore
15-
/LICENSE.md export-ignore
16-
/package.json export-ignore
17-
/package-lock.json export-ignore -diff
189
/phpcs.xml.dist export-ignore
19-
/psalm.xml.dist export-ignore
10+
/psalm.xml export-ignore
2011
/README.md export-ignore
21-
/webpack.config.js export-ignore
22-
/yarn.lock export-ignore

0 commit comments

Comments
 (0)