mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-15 18:19:18 +00:00
28 lines
213 B
Plaintext
28 lines
213 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|