Skip to content

Commit

Permalink
Merge pull request #10 from imanghafoori1/patch-1
Browse files Browse the repository at this point in the history
Create .gitattributes
  • Loading branch information
peterthomson authored May 17, 2024
2 parents 6576013 + f703169 commit 9dd848f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all tests and documentation with "export-ignore".
/docs export-ignore
/.idea export-ignore
/tests export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/pint.json export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore

0 comments on commit 9dd848f

Please sign in to comment.