Skip to content

Commit 94caf2e

Browse files
chadicusbshaffer
authored andcommitted
Add .gitattributes files (bshaffer#783)
The .gitattributes file will prevent items such as test files, yaml files, etc from being included when this library is imported via composer
1 parent 679167c commit 94caf2e

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+
# Exclude unused files
2+
# see: https://redd.it/2jzp6k
3+
/tests export-ignore
4+
.travis.yml export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore
7+
phpunit.xml export-ignore

0 commit comments

Comments
 (0)