1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

Create .gitattributes

[skip ci]
This commit is contained in:
2020-07-28 14:32:19 -04:00
committed by GitHub
parent 13e8ab5b54
commit 2c7939b2e7

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Set default behavior to automatically normalize line endings.
* text=auto eol=lf
# Mark cached Hugo resources/assets as generated to suppress in Git diffs and repo stats.
# https://github.com/github/linguist/blob/master/README.md#generated-code
resources/_gen/** linguist-generated=true