Skip to content

Commit

Permalink
Merge pull request #194 from totoprayogo1916/gitattributes
Browse files Browse the repository at this point in the history
Update `.gitattributes`
  • Loading branch information
freekmurze authored Aug 23, 2023
2 parents 0ce9b23 + bfb87ab commit 4c24827
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +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".
# Ignore all development files with "export-ignore".
/.github export-ignore
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.php_cs.dist.php export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore

0 comments on commit 4c24827

Please sign in to comment.