-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (23 loc) · 870 Bytes
/
Copy path.gitattributes
File metadata and controls
23 lines (23 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Dev-only files excluded from `git archive` (used by `make build`).
# WordPress.org marketing assets live in /assets in SVN, never in the plugin zip.
/.DS_Store export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.idea export-ignore
/.phpcs.xml export-ignore
/CLAUDE.md export-ignore
/Dockerfile export-ignore
/Dockerfile.test export-ignore
/Makefile export-ignore
/README.md export-ignore
/assets export-ignore
/bin export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/docker-compose.test.yml export-ignore
/docker-compose.yml export-ignore
/logs export-ignore
/phpunit.xml export-ignore
/tests export-ignore