Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored May 22, 2023
1 parent 18fbd1c commit 14d4af9
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 14d4af9

Please sign in to comment.