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
|
## Handle line endings automatically for files detected as
|
||||||
## 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 eol = lf
|
* text eol=lf
|
||||||
|
|
||||||
# Text
|
# Text
|
||||||
*.conf text
|
*.conf text
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
*.h++ text
|
*.h++ text
|
||||||
*.hh text
|
*.hh text
|
||||||
|
|
||||||
|
|
||||||
## For documentation
|
## For documentation
|
||||||
|
|
||||||
# Documents
|
# Documents
|
||||||
@@ -59,13 +58,13 @@ CHANGES text
|
|||||||
CONTRIBUTING text
|
CONTRIBUTING text
|
||||||
COPYING text
|
COPYING text
|
||||||
copyright text
|
copyright text
|
||||||
* COPYRIGHT * text
|
COPYRIGHT text
|
||||||
INSTALL text
|
INSTALL text
|
||||||
license text
|
license text
|
||||||
LICENSE text
|
LICENSE text
|
||||||
NEWS text
|
NEWS text
|
||||||
readme text
|
readme text
|
||||||
* README * text
|
README text
|
||||||
TODO text
|
TODO text
|
||||||
|
|
||||||
## GRAPHICS
|
## GRAPHICS
|
||||||
|
|||||||
Reference in New Issue
Block a user