Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Local configuration and secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.local
|
||||
secrets/
|
||||
|
||||
# Local data and generated runtime state
|
||||
.data/
|
||||
data/
|
||||
tmp/
|
||||
*.pid
|
||||
*.log
|
||||
|
||||
# Go
|
||||
/bin/
|
||||
/coverage/
|
||||
*.test
|
||||
*.out
|
||||
vendor/
|
||||
|
||||
# Frontend
|
||||
web/node_modules/
|
||||
web/dist/
|
||||
web/coverage/
|
||||
web/playwright-report/
|
||||
web/test-results/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Editors and operating systems
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Loading…
Add table
Add a link
Reference in a new issue