mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-17 14:19:13 +00:00
chore: add standard gitignore entries for Vite/TypeScript project
This commit is contained in:
@@ -1 +1,25 @@
|
|||||||
|
# Dependencies
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Local settings
|
||||||
settings.local.json
|
settings.local.json
|
||||||
|
|
||||||
|
# Test coverage
|
||||||
|
coverage/
|
||||||
|
|||||||
Reference in New Issue
Block a user