Skip to content

Commit a1d9bc4

Browse files
committed
Exclude composer.lock from dist file
Refs: #68 (comment) Refs: #71
1 parent 3137683 commit a1d9bc4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text eol=lf
3+
14
# Ignoring files for distribution archieves
25
.github/ export-ignore
36
etc/ export-ignore
@@ -8,6 +11,10 @@ var/ export-ignore
811
.gitattributes export-ignore
912
.gitignore export-ignore
1013
CONTRIBUTING.md export-ignore
14+
composer.lock export-ignore
1115
infection.json.dist export-ignore
1216
Makefile export-ignore
1317
README.md export-ignore
18+
19+
# Diffing
20+
*.php diff=php

0 commit comments

Comments
 (0)