Initial commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# AI assistant configuration
|
||||
.claude/
|
||||
|
||||
# User data and persistence
|
||||
todos.json
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor files
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
|
||||
# Logs (optional)
|
||||
*.log
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user