Files
bedolaga-cabinet/.gitignore
Fringg 687e90550b chore: remove package-lock.json from tracking
Add to .gitignore to avoid conflicts on git pull.
2026-02-10 04:31:52 +03:00

52 lines
488 B
Plaintext

# Dependencies
node_modules/
package-lock.json
# Claude local settings
.claude/
# Build output
dist/
build/
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# TypeScript cache
*.tsbuildinfo
# Vite cache
.vite/
# Test coverage
coverage/
# Temporary files
tmp/
temp/
miniapp/
# AI & Agents context
.ai/
CLAUDE.md
**/CLAUDE.md