mirror of
https://github.com/azerothcore/mod-aoe-loot
synced 2025-11-29 21:38:16 +08:00
Merge pull request #5 from pangolp/gitattributes
Correcting errors when doing push / pull
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@@ -2,7 +2,7 @@
|
||||
## Handle line endings automatically for files detected as
|
||||
## text and leave all files detected as binary untouched.
|
||||
## This will handle all files NOT defined below.
|
||||
* text = auto eol = lf
|
||||
* text eol=lf
|
||||
|
||||
# Text
|
||||
*.conf text
|
||||
@@ -28,7 +28,6 @@
|
||||
*.h++ text
|
||||
*.hh text
|
||||
|
||||
|
||||
## For documentation
|
||||
|
||||
# Documents
|
||||
@@ -59,13 +58,13 @@ CHANGES text
|
||||
CONTRIBUTING text
|
||||
COPYING text
|
||||
copyright text
|
||||
* COPYRIGHT * text
|
||||
COPYRIGHT text
|
||||
INSTALL text
|
||||
license text
|
||||
LICENSE text
|
||||
NEWS text
|
||||
readme text
|
||||
* README * text
|
||||
README text
|
||||
TODO text
|
||||
|
||||
## GRAPHICS
|
||||
|
||||
Reference in New Issue
Block a user