Files
SkillMate/.gitignore
Claude Project Manager 6b9b6d4f20 Initial commit
2025-09-20 21:31:04 +02:00

69 Zeilen
650 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Production
dist/
build/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Database
*.db
*.sqlite
*.sqlite3
skillmate.dev.db
data/
# Electron
out/
electron-builder.yml
# Testing
coverage/
.nyc_output
# Temporary files
*.tmp
*.temp
.cache/
# TypeScript
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity