Updated .gitignore file

This commit is contained in:
Hashir Omer
2023-01-02 15:25:22 +00:00
parent a5b1042a00
commit d0953dc6a0
4 changed files with 24 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ import (
func main() {
p := upwork.InitPipeline()
err := p.Run("Shopify")
err := p.Run("pdf")
if err != nil {
panic(err)
}