Skip to content

Commit

Permalink
Add rules to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbo0518 committed Jan 31, 2025
1 parent ba0d944 commit 9f6bbc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.md text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.html text eol=lf
*.json text eol=lf
*.sh text eol=lf
Expand All @@ -21,4 +23,7 @@
.npmignore text eol=lf
.gitattributes text eol=lf
LICENSE eol=lf
NOTICE eol=lf
NOTICE eol=lf
Dockerfile text eol=lf
Dockerfile.local text eol=lf
nginx.conf.template text eol=lf

0 comments on commit 9f6bbc4

Please # to comment.