Skip to content

Commit

Permalink
Forgot the most important line
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemdo committed Dec 22, 2023
1 parent 5648e1a commit 2222f7b
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
# These files are text and should be normalized (Convert crlf => lf)
*.sql text
*.go text
*.mod text
*.sum text
*.yml text
Dockerfile text
*.md text
*.svg text

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.pyc binary
* text eol=lf

# These files are text and should be normalized (Convert crlf => lf)
*.sql text
*.go text
*.mod text
*.sum text
*.yml text
Dockerfile text
*.md text
*.svg text

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.pyc binary

0 comments on commit 2222f7b

Please sign in to comment.