Skip to content

Commit 782a1d0

Browse files
authored
Create .gitattributes
1 parent be4d74e commit 782a1d0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Common settings that generally should always be used with your language specific settings
2+
3+
# Auto detect text files and perform LF normalization
4+
5+
# Scripts
6+
*.bash text eol=lf
7+
*.js text eol=lf
8+
9+
#
10+
# Exclude files from exporting
11+
#
12+
13+
.gitattributes export-ignore
14+
.gitignore export-ignore
15+
.gitkeep export-ignore
16+
17+
# Apply override to all files in the directory
18+
*.md linguist-detectable

0 commit comments

Comments
 (0)