Skip to content

Commit

Permalink
💚 [Setting] .gitattributes로 crlf 처리 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimhan-nah authored Jan 3, 2024
1 parent 904317e commit a93b92e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text=auto
*.sql text=auto
*.md text=auto
*.txt text=auto
*.gradle text=auto
Dockerfile text=auto
*.yml text=auto
*.yaml text=auto
*.sh text=auto

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

0 comments on commit a93b92e

Please sign in to comment.