All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
41 lines
374 B
Plaintext
41 lines
374 B
Plaintext
# Node modules
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Vite / Vue build output
|
|
dist/
|
|
build/
|
|
.vite/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# JetBrains
|
|
.idea/
|
|
|
|
# System
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Lint / Typegen
|
|
*.d.ts
|
|
*.eslintcache
|
|
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.temp
|