|
|
|
@ -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/
|
|
|
|
|