mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 13:39:40 +00:00
61 lines
630 B
Plaintext
61 lines
630 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
/jspm_packages/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
out/
|
|
.tsbuildinfo
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
desktop.ini
|
|
|
|
# IDEs and Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Environment and Secrets
|
|
config.json
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
*.pem
|
|
*.key
|
|
|
|
# Database and Persistence
|
|
skills/_*
|
|
data/**/**
|
|
*.sqlite
|
|
*.sqlite-journal
|
|
*.db
|
|
*.db-journal
|
|
|
|
# Project Discovery Logs
|
|
logs/
|
|
*.log
|
|
|
|
# AI Tools Specific
|
|
.gemini/
|
|
|
|
!.gitkeep
|