Skip to content

Commit ee31a16

Browse files
authored
Merge pull request #61 from garak/add-gitattributes
add .gitattributes
2 parents f9f0faa + e36f417 commit ee31a16

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/.env export-ignore
2+
/.git* export-ignore
3+
/.php-cs-fixer.php export-ignore
4+
/bin export-ignore
5+
/CHANGELOG.md export-ignore
6+
/Makefile export-ignore
7+
/phpstan.neon export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/rector.php export-ignore
10+
/SECURITY.md export-ignore
11+
/tests* export-ignore

0 commit comments

Comments
 (0)