Files
tell-me/.gitignore
Pavel Pivovarov 50a439a499 Initial commit
2025-12-12 11:15:02 +11:00

30 lines
239 B
Plaintext

# Binaries
tell-me
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db