Skip to content

Commit a3f254a

Browse files
committed
Add default gitattributes file.
1 parent 92e8bfe commit a3f254a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitattributes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.travis.yml export-ignore
8+
/.github export-ignore
9+
/.editorconfig export-ignore
10+
/default-.env export-ignore
11+
/Taskfile export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpunit.xml.dist export-ignore
14+
/.scrutinizer.yml export-ignore
15+
/tests export-ignore
16+
/docs export-ignore
17+
/phpdocker export-ignore
18+
/benchmarks export-ignore
19+
/docker-compose.yml export-ignore
20+
/phpbench.json export-ignore
21+
/profile.php export-ignore

0 commit comments

Comments
 (0)