Skip to content

Commit

Permalink
Merge pull request #517 from Ayesh/export-ignore
Browse files Browse the repository at this point in the history
Add .github directory to .gitattributes export-ignore
  • Loading branch information
ciaranmcnulty committed Mar 17, 2021
2 parents e8c7f46 + ab3d894 commit 22062cd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CONTRIBUTING.md export-ignore
/fixtures/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CONTRIBUTING.md export-ignore
/.github/ export-ignore
/fixtures/ export-ignore
/phpunit.xml.dist export-ignore
/spec/ export-ignore
/tests/ export-ignore
/spec/ export-ignore
/tests/ export-ignore

0 comments on commit 22062cd

Please sign in to comment.