Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
bin export-ignore
Tests export-ignore
vendor export-ignore

.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
.wp-env.json export-ignore

composer.lock export-ignore
CLAUDE.md export-ignore
LICENSE export-ignore
README.md export-ignore

composer.lock export-ignore

package.json export-ignore
package-lock.json export-ignore

phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
Loading