All checks were successful
Build and Deploy Frontend Management to Dev Server / Build Frontend Management Docker Image (push) Successful in 1m17s
Build and Deploy Frontend Management to Dev Server / Deploy E-learning Frontend Management to Dev Server (push) Successful in 8s
Build and Deploy Frontend Management to Dev Server / Notify Deployment Status (push) Successful in 2s
34 lines
No EOL
326 B
Text
34 lines
No EOL
326 B
Text
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
deploy.ps1
|
|
*.tar
|
|
|
|
# Playwright
|
|
test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/tests/fixtures/test-data.ts
|
|
.auth |