mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-06 01:54:11 +08:00
22 lines
226 B
Plaintext
22 lines
226 B
Plaintext
# History and temp files
|
|
.history
|
|
*.tmp
|
|
*.log
|
|
|
|
# Node modules
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Package files
|
|
*.tgz
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.env
|
|
settings.local.json
|
|
.workflow
|
|
version.json |