Skip to content

Commit eb017a4

Browse files
add .gitattributes (#2264)
1 parent 3b7173b commit eb017a4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* text=auto eol=lf
2+
3+
*.tf text eol=lf
4+
*.tfvars text eol=lf
5+
*.json text eol=lf
6+
*.yaml text eol=lf
7+
*.yml text eol=lf
8+
*.md text eol=lf
9+
*.txt text eol=lf
10+
*.sh text eol=lf
11+
*.py text eol=lf
12+
13+
*.png binary
14+
*.jpg binary
15+
*.jpeg binary
16+
*.gif binary
17+
*.zip binary

0 commit comments

Comments
 (0)