Skip to content

Commit 5cc4890

Browse files
Merge pull request #86 from oliverklee/feature/gitattributes
[TASK] Do not package development-only files
2 parents 9a865a2 + 1768ac4 commit 5cc4890

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Please keep the lines in this file sorted.
2+
/.editorconfig export-ignore
3+
/.gitattributes export-ignore
4+
/.github/ export-ignore
5+
/.gitignore export-ignore
6+
/build.xml export-ignore
7+
/phpcs.xml export-ignore
8+
/tests export-ignore

0 commit comments

Comments
 (0)