saveinmed/backend/.gitignore

46 lines
439 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.db
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage.txt
coverage.html
# Go workspace file
go.work
# Dependency directories
vendor/
# Build output
/bin
dist/
*.o
*.a
# Environment variables
# Logs
*.log
# Swagger generated files (if regenerating)
# docs/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db