Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
84968983
Commit
84968983
authored
Feb 23, 2014
by
Greg Messner
Browse files
No longer used.
parent
a5cb2873
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitattributes
deleted
100644 → 0
View file @
a5cb2873
# Git will automatically manage line endings for you if you set the core.autocrlf option.
# On Windows, you will want to use true for this setting. In combination with this
# .gitattributes file, line endings will be functioal across platforms
#
#
# On Windows:
# git config --global core.autocrlf true
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.html text
*.java text
*.js text
*.json text
*.jsp text
*.txt text
*.xml text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment