diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-01 14:07:01 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-01 14:07:01 +0200 |
| commit | c5a883f78b1221a73719d939d1905a2c461b2702 (patch) | |
| tree | 2be61cc3e8746e7bb3ac28f4dd342d840925ae5a /.gitattributes | |
| parent | 70a7836f477c6138d9159798d8f3aa8940155adc (diff) | |
| download | gohugo-theme-ed-c5a883f78b1221a73719d939d1905a2c461b2702.tar.gz | |
Add jQuery support
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c394a91..e7d32c8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,6 +30,8 @@ README.md linguist-detectable=false linguist-documentation=true /layouts/_default/list.*.* linguist-language=HTML /layouts/_default/home.*.* linguist-language=HTML +/assets/js/vendor/*.js linguist-vendored + # # Text files. # Set files to be explicitly interpreted as text, |
