Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Comptoir.v3_Working.FORK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabrice Gangler
Comptoir.v3_Working.FORK
Commits
4b1f897b
Commit
4b1f897b
authored
5 years ago
by
Fabrice Gangler
Browse files
Options
Downloads
Patches
Plain Diff
CHORE: update .gitattributes file (line ending, ...)
Refs: #16
parent
bf578493
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitattributes
+13
-0
13 additions, 0 deletions
.gitattributes
with
13 additions
and
0 deletions
.gitattributes
+
13
−
0
View file @
4b1f897b
## 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment