All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
28 lines
282 B
Plaintext
28 lines
282 B
Plaintext
# Node modules
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local dev / editor
|
|
.vscode
|
|
.idea
|
|
|
|
# Build output
|
|
dist
|
|
build
|
|
.vite
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# Environment files (if you want them injected via Docker ENV)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|