diff options
author | GiteaBot <teabot@gitea.io> | 2021-12-05 01:25:15 +0100 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-12-05 01:25:15 +0100 |
commit | 98d903a3c6060dd52e9301b3b965cb761cfd0789 (patch) | |
tree | a21b05d3d62e1bf1b7b821d79ffca102081bd149 /options/gitignore/Go | |
parent | fix i18n (#17906) (diff) | |
download | forgejo-98d903a3c6060dd52e9301b3b965cb761cfd0789.tar.xz forgejo-98d903a3c6060dd52e9301b3b965cb761cfd0789.zip |
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/Go')
-rw-r--r-- | options/gitignore/Go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/gitignore/Go b/options/gitignore/Go index 66fd13c903..de67df5e37 100644 --- a/options/gitignore/Go +++ b/options/gitignore/Go @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +# Go workspace file +go.work |