wishli-api/.dockerignore
2025-03-23 20:05:51 +03:00

31 lines
407 B
Plaintext

# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose.yaml
.dockerignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories (remove the comment below if you want to include vendored dependencies)
# vendor/
# Environment variables
.env
# IDE specific files
.idea
.vscode