Skip to content

Commit 97fbc8c

Browse files
authored
Merge pull request #74 from imanghafoori1/patch-1
Create .gitattributes
2 parents e592af0 + ae7f17a commit 97fbc8c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
/.travis.yml export-ignore
8+
/.styleci.yml export-ignore
9+
/phpunit.xml.dist export-ignore
10+
/phpunit.xml export-ignore
11+
/readme.md export-ignore
12+
/phpunit.bat export-ignore
13+
/.scrutinizer.yml export-ignore
14+
/tests export-ignore
15+
/.editorconfig export-ignore
16+
/.github export-ignore

0 commit comments

Comments
 (0)