Skip to content

Commit

Permalink
Don't include development related files in distribution package (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 authored Jul 17, 2024
1 parent 70d497f commit 34dd01c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.github/ export-ignore
.phan/ export-ignore
docs/ export-ignore
tests/ export-ignore
.drone.jsonnet export-ignore
.drone.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
ruleset.xml export-ignore

0 comments on commit 34dd01c

Please sign in to comment.