Explorar el Código

Updated .gitignore to ignore the /dist directory.

Jeff Lanzarotta hace 1 año
padre
commit
a580366918
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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