Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunyoung Jeong committed Feb 3, 2024
1 parent e82abe3 commit aadf961
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# build result
/alpacon-cli

/bin

# Goland
.idea

dist/

vendor/
vendor/

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Go workspace file
go.work

0 comments on commit aadf961

Please sign in to comment.