Skip to content

Commit

Permalink
Update .gitattributes (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 committed Jun 12, 2024
1 parent 9007ebf commit 93fc2ff
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
PULL_REQUEST_TEMPLATE.md export-ignore
ISSUE_TEMPLATE.md export-ignore
CONTRIBUTING.md export-ignore
/docs export-ignore
package-lock.json export-ignore
package.json export-ignore
CODE_OF_CONDUCT.md export-ignore
.phpstorm.meta.php export-ignore

0 comments on commit 93fc2ff

Please sign in to comment.