Skip to content

Commit ae6e84e

Browse files
authored
Add .gitattributes (#119)
1 parent 31ad202 commit ae6e84e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* text=auto
2+
3+
/tests export-ignore
4+
/cache export-ignore
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.github export-ignore
8+
/.gitignore export-ignore
9+
/phpcs.xml.dist export-ignore
10+
/phpstan.neon.dist export-ignore
11+
/phpunit.xml.dist export-ignore
12+
/composer.lock export-ignore
13+
/composer-dependency-analyser.php export-ignore

0 commit comments

Comments
 (0)