diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-09-20 14:48:34 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-09-20 15:30:58 +0200 |
commit | 5bf9ac9318a2f56ae6b45098c66781393c133883 (patch) | |
tree | f20684252accafcd81af1fde811f801ffb4cbc65 /.gitattributes | |
parent | e80d0aebd691f1a707ab534b4d1340fa0b793e01 (diff) | |
download | vyos-1x-5bf9ac9318a2f56ae6b45098c66781393c133883.tar.gz vyos-1x-5bf9ac9318a2f56ae6b45098c66781393c133883.zip |
github: Add .gitattributes to override language detection
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ea2cc59e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +data/templates/**/*.conf linguist-language=Jinja +*.tmpl linguist-language=Jinja +*.xml.i linguist-language=XML +*.xml.in linguist-language=XML |