Files
Control-Center/go-backend/.dockerignore
Joshua c906cd46ad
All checks were successful
Dev Build / build-test (pull_request) Successful in 2m6s
CUB-124: scaffold Control Center Go backend
2026-05-07 14:16:05 -04:00

36 lines
332 B
Plaintext

# Ignore local build artifacts and version-control files
*.exe
*.dll
*.so
*.dylib
*.test
*.out
bin/
dist/
# Version control
.git
.gitignore
# IDE / editor
.idea
.vscode
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Dependency cache (already fetched in Dockerfile)
vendor/
# Documentation
README.md
*.md
# CI / CD
.github/
.gitea/