1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 16:28:24 -05:00

Added Nunjucks Template to Web.gitattributes

[Nunjucks](https://mozilla.github.io/nunjucks/) is a template engine created by Mozilla. It uses `.njk` as its file extension, please see: https://mozilla.github.io/nunjucks/templating.html#file-extensions
This commit is contained in:
Vi 2017-03-16 13:57:26 +08:00 committed by GitHub
parent b8eb4b0234
commit 6a4ae8620b

View File

@ -77,6 +77,7 @@ TODO text
*.mustache text *.mustache text
*.phtml text *.phtml text
*.tmpl text *.tmpl text
*.njk text
## LINTERS ## LINTERS
.csslintrc text .csslintrc text