-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitattributes
32 lines (31 loc) · 1.5 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
31
32
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
.build/ export-ignore
.chglog/ export-ignore
.github/ export-ignore
baselines/ export-ignore
#config/ export-ignore
docs/ export-ignore
#src/ export-ignore
tests/ export-ignore
vendor/ export-ignore
vendor-bin/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.lintmdrc export-ignore
.php-cs-fixer.php export-ignore
_ide_helper.php export-ignore
CHANGELOG.md export-ignore
composer.json export-ignore
composer.lock export-ignore
composer-dependency-analyser.php export-ignore
composer-updater export-ignore
LICENSE export-ignore
monorepo-builder.php export-ignore
phpstan.neon export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
rector.php export-ignore
tests.php export-ignore