Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77d180f

Browse files
Added .gitattributes
1 parent dd876d4 commit 77d180f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
/.styleci.yml export-ignore
8+
/.travis.yml export-ignore
9+
/appveyor.yml export-ignore
10+
/phpunit.xml.dist export-ignore
11+
/Tests export-ignore

0 commit comments

Comments
 (0)