diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 19:39:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 19:39:10 -0300 |
commit | 74ce0b514998a17dd7aff64ab00ef9423b7d7bda (patch) | |
tree | 711afce68b55a3c50b76d656965f6f09fb800a0d /.gitattributes | |
parent | 1ba3208d5d64828a0618aa269fe6a31f0731a0b6 (diff) | |
download | serverdata-74ce0b514998a17dd7aff64ab00ef9423b7d7bda.tar.gz serverdata-74ce0b514998a17dd7aff64ab00ef9423b7d7bda.tar.bz2 serverdata-74ce0b514998a17dd7aff64ab00ef9423b7d7bda.tar.xz serverdata-74ce0b514998a17dd7aff64ab00ef9423b7d7bda.zip |
Syntax Highlight
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b290dacea --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Why do we end files with .txt, anyway? +npc/*/*.txt gitlab-language=c + |