-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (23 loc) · 889 Bytes
/
.gitattributes
File metadata and controls
23 lines (23 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Exclude these files from release archives.
# This will also make them unavailable when using Composer with `--prefer-dist`.
# If you develop for this repo using Composer, use `--prefer-source`.
#
# @see https://git-scm.com/docs/gitattributes
# @see https://blog.madewithlove.be/post/gitattributes/
#
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.nvmrc export-ignore
/.prettierignore export-ignore
/.prettierrc.js export-ignore
/.wp-env.json export-ignore
/CONTRIBUTING.md export-ignore
/docs/ export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/README-INITIAL.md export-ignore
/tests/ export-ignore