Skip to content

Commit

Permalink
added git attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulDey12 committed May 27, 2024
1 parent e4d0456 commit 793da41
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 test and documentation with "export-ignore".
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.editorconfig export-ignore
/UPGRADING.md export-ignore
/.styleci.yml export-ignore

0 comments on commit 793da41

Please sign in to comment.