浏览代码

Updated .gitignore to ignore the /dist directory.

Jeff Lanzarotta 1 年之前
父节点
当前提交
a580366918
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -8,3 +8,5 @@ tags
 # Github token.
 github_token
 
+# goreleaser dist directory.
+dist/