real-ip-request-printer/.gitignore
2024-11-08 17:23:44 +03:00

28 lines
266 B
Plaintext

### `.gitignore`
```gitignore
# Binaries
main
# Vendor directory
/vendor/
# Go build artifacts
*.exe
*.dll
*.so
*.dylib
# IDE and editor settings
.idea/
.vscode/
*.swp
# Log files
*.log
# Environment variables
.env
# Docker-related
docker-compose.override.yml