Skip to content

Commit

Permalink
Merge pull request #57 from imanghafoori1/master-1
Browse files Browse the repository at this point in the history
Create .gitattributes
  • Loading branch information
weotch authored May 22, 2023
2 parents 18fbd1c + 14d4af9 commit 93649ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/phpunit.xml export-ignore
/.phpintel export-ignore
/tests export-ignore
/stubs export-ignore
/gulpfile.js export-ignore
/.travis.yml export-ignore

0 comments on commit 93649ec

Please sign in to comment.