Skip to content

Commit 4cd08c2

Browse files
authored
Merge pull request #72 from WyriHaximus/exclude-composer.lock-from-dist-file
Exclude composer.lock from dist file
2 parents 3137683 + a1d9bc4 commit 4cd08c2

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)