From aa0c41042a3a8bfa6834d0bedbd0b5bb7eece762 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 22 May 2022 17:47:40 +0200 Subject: Do not exclude go.{mod,sum} from exporting --- .gitattributes | 3 --- 1 file changed, 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 -- cgit v1.2.3