update .gitignore

master
hanJoker 2 years ago
parent a3b6c12a40
commit d0219ee376

29
.gitignore vendored

@ -1,3 +1,4 @@
# Reference https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
@ -12,6 +13,30 @@
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
vendor/
.idea
# Go workspace file
go.work
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# OS General
Thumbs.db
.DS_Store
# project
*.cert
*.key
*.log
bin/
# Develop tools
.vscode/
.idea/
*.swp
# volumes
volumes/

Loading…
Cancel
Save