Skip to content
Snippets Groups Projects
Commit 4b1f897b authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CHORE: update .gitattributes file (line ending, ...)

Refs: #16
parent bf578493
No related branches found
No related tags found
No related merge requests found
## GITATTRIBUTES FOR WEB PROJECTS ## GITATTRIBUTES FOR WEB PROJECTS
# #
# These settings are for any web project. # These settings are for any web project.
# https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
# #
# Details per file setting: # Details per file setting:
# text These files should be normalized (i.e. convert CRLF to LF). # text These files should be normalized (i.e. convert CRLF to LF).
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
## text and leave all files detected as binary untouched. ## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below. ## This will handle all files NOT defined below.
* text=auto * text=auto
* text eol=lf
# Source code # Source code
*.bash text eol=lf *.bash text eol=lf
...@@ -54,6 +56,11 @@ ...@@ -54,6 +56,11 @@
*.dockerignore text *.dockerignore text
Dockerfile text Dockerfile text
# delimited text file
*.csv text
*.tab text
*.tsv text
# Documentation # Documentation
*.ipynb text *.ipynb text
*.markdown text *.markdown text
...@@ -137,6 +144,9 @@ makefile text ...@@ -137,6 +144,9 @@ makefile text
Procfile text Procfile text
.slugignore text .slugignore text
# PHP archive
*.phar binary
# Graphics # Graphics
*.ai binary *.ai binary
*.bmp binary *.bmp binary
...@@ -199,7 +209,10 @@ Procfile text ...@@ -199,7 +209,10 @@ Procfile text
*.jar binary *.jar binary
*.rar binary *.rar binary
*.tar binary *.tar binary
*.tar.gz binary
*.tar.bz2 binary
*.zip binary *.zip binary
*.bz2 binary
# Fonts # Fonts
*.ttf binary *.ttf binary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment