1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Add .gitignore as text as well

.gitignore files are not project dependent, rather any git projects may have them. Since they are text files, it's better to treat them as such.
This commit is contained in:
Fayaz Ahmed 2014-01-26 07:23:52 +06:00
parent d2c27ea8b0
commit 411e734a29

2
.gitattributes vendored
View File

@ -8,4 +8,4 @@
#
# These files are text and should be normalized (Convert crlf => lf)
*.gitattributes text
*.gitignore text