Parcourir la source

Updated .gitignore to ignore the /dist directory.

Jeff Lanzarotta il y a 1 an
Parent
commit
a580366918
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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