-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
30 lines (29 loc) · 1.04 KB
/
.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
28
29
30
# Exclude directories from export
/.github/ export-ignore
/.wordpress-org/ export-ignore
/bin/ export-ignore
/tests/ export-ignore
# Exclude files from export
/assets/css/*.scss export-ignore
/.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
/.travis.yml 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 export-ignore
/phpunit.xml.dist export-ignore
/postcss.config.js export-ignore
/README.md export-ignore