Skip to content

Commit

Permalink
Merge pull request #5 from worksome/feature/gitattributes
Browse files Browse the repository at this point in the history
chore: add Git attributes
  • Loading branch information
owenvoke authored Apr 19, 2023
2 parents 85bc78c + bd8ee7e commit 25113ca
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
docker/ export-ignore
docker-compose.yml export-ignore
* text=auto

# Path-based git attributes
# https://git-scm.com/docs/gitattributes

# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/docker export-ignore
/docker-compose.yml export-ignore
/phpunit.xml export-ignore
/rector.php export-ignore
/tests export-ignore

0 comments on commit 25113ca

Please sign in to comment.