-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitattributes
More file actions
33 lines (29 loc) · 1.21 KB
/
Copy path.gitattributes
File metadata and controls
33 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Distribution ignores (excluded from release archives)
# Dotfiles and directories
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.wordpress-org/ export-ignore
/.wp-env.json export-ignore
# Build, test, and config files
/bin/ export-ignore
/composer-php-scoper.json export-ignore
/composer.json export-ignore
/config/ export-ignore
/docker-compose-test.yml export-ignore
/Dockerfile export-ignore
/jest.config.js export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
# Source and tests (build/ is distributed, src/ is not)
/src/ export-ignore
/tests/ export-ignore
# Build metadata: these block.json files are build entry points, not registered
# blocks. Keep them out of the archive so WordPress.org does not list them as blocks.
/build/*/block.json export-ignore
# GitHub linguist attributes
/build/** linguist-generated
/package-lock.json linguist-generated