Skip to content

Commit 79f5137

Browse files
therdenThomas Herden
andauthored
chore: Added more file extensions and LICENSE file to .gitattributes (#2635)
* Added more file extensions and LICENSE file to .gitattributes * Sort lines and add *.lock --------- Co-authored-by: Thomas Herden <tom.herden@dfa.state.ny.us>
1 parent 7a9a4a6 commit 79f5137

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
*.css text eol=lf
2+
*.git* text eol=lf
23
*.js text eol=lf
34
*.json text eol=lf
45
*.jsonc text eol=lf
6+
*.lock text eol=lf
57
*.md text eol=lf
8+
*.ps1 text eol=lf
9+
*.py text eol=lf
10+
*.sh text eol=lf
611
*.ts text eol=lf
12+
*.txt text eol=lf
13+
*.yml text eol=lf
14+
LICENSE text eol=lf
15+

0 commit comments

Comments
 (0)