frontend init
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -484,3 +484,30 @@ $RECYCLE.BIN/
|
||||
|
||||
# Vim temporary swap files
|
||||
*.swp
|
||||
|
||||
# --- Frontend (Vue / Vite / Bun) ---
|
||||
|
||||
# Bun
|
||||
bun.lockb
|
||||
|
||||
# Vite build output
|
||||
dist/
|
||||
|
||||
# Vite cache
|
||||
.vite/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Local env variants
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
bun-debug.log*
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
Reference in New Issue
Block a user