Skip to content

Commit 534306a

Browse files
committed
Adding .gitattributes
1 parent 1eb41fb commit 534306a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitattributes

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
# Explicitly declare text files we want to always be normalized and converted
7+
# to native line endings on checkout.
8+
*.php text
9+
*.ctp text
10+
*.md text
11+
*.js text
12+
*.css text
13+
14+
# Denote all files that are truly binary and should not be modified.
15+
*.png binary
16+
*.jpg binary
17+
*.gif binary
18+
*.ico binary

0 commit comments

Comments
 (0)