asg-server/.dockerignore
2024-01-05 09:19:43 +07:00

47 lines
538 B
Plaintext

# Binaries and other executable files
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
dist/
# Test files
*_test.go
# Dependency directories (comment out if you're building your dependencies within Docker)
vendor/
# Git and version control
.git/
.gitignore
# Editor settings
.vscode/
.idea/
*.swp
*.swo
*~
# Operating system files
.DS_Store
Thumbs.db
# Configuration files
*.env
*.yml
*.yaml
config.json
# Log files
*.log
# Other files not needed in docker
README.md
LICENSE
.Dockerfile.swp
.dockerignore
# Ignore the Go build directory
tmp/