-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
27 lines (26 loc) · 951 Bytes
/
.gitattributes
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
# Exclude directories from export
/.github/ export-ignore
/.wordpress-org/ export-ignore
/node_modules/ export-ignore
/tests/ export-ignore
# Exclude files from export
/.distignore export-ignore
/.editorconfig export-ignore
/.eslintignore export-ignore
/.eslintrc.json export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.markdownlint.json export-ignore
/.markdownlintignore export-ignore
/.stylelintignore export-ignore
/.stylelintrc.json export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpcompat.xml.dist export-ignore
/phpcs.xml.dist export-ignore
/phpmd.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/postcss.config.js export-ignore
/README.md export-ignore