Skip to content

Commit 9f14692

Browse files
authored
Merge pull request #137 from RonasIT/135_create-gitattributes-file
feat: Create .gitattributes file
2 parents d1e69c5 + c83c3cc commit 9f14692

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.github export-ignore
2+
/bootstrap export-ignore
3+
/tests export-ignore
4+
composer.lock export-ignore
5+
docker-compose.yml export-ignore
6+
phpunit.xml export-ignore
7+
ReadMe.md export-ignore

0 commit comments

Comments
 (0)