All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m10s
62 lines
1012 B
Plaintext
62 lines
1012 B
Plaintext
# ================================
|
|
# Node and build output
|
|
# ================================
|
|
node_modules
|
|
dist
|
|
out-tsc
|
|
.angular
|
|
.cache
|
|
.tmp
|
|
|
|
# ================================
|
|
# Testing & Coverage
|
|
# ================================
|
|
coverage
|
|
jest
|
|
cypress
|
|
cypress/screenshots
|
|
cypress/videos
|
|
reports
|
|
playwright-report
|
|
.vite
|
|
.vitepress
|
|
|
|
# ================================
|
|
# Environment & log files
|
|
# ================================
|
|
*.env*
|
|
!*.env.production
|
|
*.log
|
|
*.tsbuildinfo
|
|
|
|
# ================================
|
|
# IDE & OS-specific files
|
|
# ================================
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
|
|
# ================================
|
|
# Version control & CI files
|
|
# ================================
|
|
.git
|
|
.gitignore
|
|
|
|
# ================================
|
|
# Docker & local orchestration
|
|
# ================================
|
|
Dockerfile
|
|
Dockerfile.*
|
|
.dockerignore
|
|
docker-compose.yml
|
|
docker-compose*.yml
|
|
|
|
# ================================
|
|
# Miscellaneous
|
|
# ================================
|
|
*.bak
|
|
*.old
|
|
*.tmp
|