diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 00:30:39 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 00:30:39 +0200 |
| commit | 06ea18569300d96d6281905c6dfe2842c0d68c92 (patch) | |
| tree | ecf489026fb222e386d170c893b3bf3aa6196645 | |
| parent | 9e00bc56d011660ac464092d4e7775bebc526339 (diff) | |
| download | gohugo-theme-ed-06ea18569300d96d6281905c6dfe2842c0d68c92.tar.gz | |
Add netlify.toml to .gitattributes
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f689289..28e7676 100644 --- a/.gitattributes +++ b/.gitattributes @@ -48,6 +48,7 @@ README.md text eol=lf .gitignore text eol=lf .gitmodules text eol=lf *.webmanifest text eol=lf diff=json +netlify.toml text eol=lf # # Exclude files from exporting @@ -61,3 +62,4 @@ README.md text eol=lf .gitignore export-ignore .gitmodules export-ignore /.github export-ignore +netlify.toml export-ignore |
