30 lines
352 B
Plaintext
30 lines
352 B
Plaintext
# Go binaries
|
|
/bin/
|
|
/bin/*
|
|
|
|
# Dependency directories (remove the comment below if you use modules)
|
|
# vendor/
|
|
|
|
# Go test binary, build cache, and other artifacts
|
|
*.test
|
|
*.out
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# IDE and editor files
|
|
*.idea/
|
|
*.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
token.json
|