57 lines
581 B
Plaintext
57 lines
581 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Dependencies
|
|
node_modules
|
|
node_modules/
|
|
server/node_modules/
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Tauri
|
|
src-tauri/target/
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Config
|
|
config.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Lock files (optional - uncomment if you don't want to commit them)
|
|
# pnpm-lock.yaml
|
|
# package-lock.json
|
|
# yarn.lock
|
|
|
|
# IDE specific
|
|
.trae/
|
|
.history/
|
|
*.swp
|
|
*.swo
|
|
*~
|