Skip to content

Commit 153662c

Browse files
authored
Merge pull request #503 from IanDelMar/gitattributes
Create .gitattributes
2 parents 0743d59 + 4b8f54c commit 153662c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitattributes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files that will always be normalized and converted
5+
# to native line endings on checkout.
6+
.editorconfig text
7+
.gitattributes text
8+
.gitignore text
9+
*.json text
10+
*.md text
11+
*.txt text
12+
*.xml text
13+
*.yml text
14+
15+
# Declare files that will always have LF line endings on checkout.
16+
*.php text eol=lf
17+
*.sh text eol=lf
18+
19+
# Exclude from export.
20+
.* export-ignore
21+
bin export-ignore
22+
test export-ignore
23+
*.dist export-ignore
24+
code_of_conduct.md export-ignore
25+
composer.* export-ignore

0 commit comments

Comments
 (0)