Skip to content

Commit 35d0a96

Browse files
committed
Add .gitattributes
1 parent 0c9b309 commit 35d0a96

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Define the line ending behavior of the different file extensions
2+
# Set default behaviour, in case users don't have core.autocrlf set.
3+
* text=auto
4+
* text eol=lf
5+
6+
# Remove files for archives generated using `git archive`
7+
.editorconfig export-ignore
8+
.gitattributes export-ignore
9+
.gitignore export-ignore
10+
.github export-ignore
11+
.scrutinizer.yml export-ignore
12+
.travis.yml export-ignore
13+
appveyor.yml export-ignore
14+
CONTRIBUTING.md export-ignore
15+
phpunit.xml.dist export-ignore
16+
phpcs.xml.dist export-ignore
17+
tests export-ignore

0 commit comments

Comments
 (0)