summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-22 17:47:40 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-22 17:47:40 +0200
commitaa0c41042a3a8bfa6834d0bedbd0b5bb7eece762 (patch)
treeee848067634052eac21893ae91142a0e1c357416
parent271e9a8e9aa9f6a12d4e4cc257ccc51bb5cc9fd0 (diff)
downloadgohugo-theme-ed-aa0c41042a3a8bfa6834d0bedbd0b5bb7eece762.tar.gz
Do not exclude go.{mod,sum} from exporting
-rw-r--r--.gitattributes3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index d8cf861..f689289 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -48,7 +48,6 @@ README.md text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
*.webmanifest text eol=lf diff=json
-*.webmanifest text eol=lf filter=gpg diff=gpg
#
# Exclude files from exporting
@@ -62,5 +61,3 @@ README.md text eol=lf
.gitignore export-ignore
.gitmodules export-ignore
/.github export-ignore
-go.mod export-ignore
-go.sum export-ignore