Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir
Commits
4b1f897b
Commit
4b1f897b
authored
Feb 27, 2020
by
Fabrice Gangler
🎨
Browse files
CHORE: update .gitattributes file (line ending, ...)
Refs:
#16
parent
bf578493
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
4b1f897b
## GITATTRIBUTES FOR WEB PROJECTS
#
# These settings are for any web project.
# https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes
#
# Details per file setting:
# text These files should be normalized (i.e. convert CRLF to LF).
...
...
@@ -14,6 +15,7 @@
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto
* text eol=lf
# Source code
*.bash text eol=lf
...
...
@@ -54,6 +56,11 @@
*.dockerignore text
Dockerfile text
# delimited text file
*.csv text
*.tab text
*.tsv text
# Documentation
*.ipynb text
*.markdown text
...
...
@@ -137,6 +144,9 @@ makefile text
Procfile text
.slugignore text
# PHP archive
*.phar binary
# Graphics
*.ai binary
*.bmp binary
...
...
@@ -199,7 +209,10 @@ Procfile text
*.jar binary
*.rar binary
*.tar binary
*.tar.gz binary
*.tar.bz2 binary
*.zip binary
*.bz2 binary
# Fonts
*.ttf binary
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment