Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# Ignoring files for distribution archieves
.github/ export-ignore
etc/ export-ignore
examples/ export-ignore
tests/ export-ignore
var/ export-ignore
.devcontainer.json export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CONTRIBUTING.md export-ignore
infection.json.dist export-ignore
composer.lock export-ignore
Makefile export-ignore
README.md export-ignore

# Diffing
*.php diff=php
Loading
Loading