项目文件夹

文件
Jack Allen d5b2da2a47 chore(settings): support more than 3 lines (#53)
* chore(settings): support more than 3 lines
* chore: add confirm dialog
* chore: update example script
* chore: rm config override
* Fix spacing issues, disallow deletion of last line, fix issue where deleting lines 2 and 3 would keep them in the list, cleanup onDelete and onAppend method locations
* Initialize default settings with two empty lines

---------

Co-authored-by: Matthew Breedlove <sirmalloc@gmail.com>
2025-08-28 09:30:26 -04:00

36 行
361 B
Plaintext

# Source files
src/
scripts/
*.ts
*.tsx
# Development files
bun.lock
CLAUDE.md
.claude/
test-settings.json
# Build files
tsconfig.json
# Test and example files
*.test.*
*.spec.*
# Git files
.git/
.gitignore
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Node modules (in case someone uses npm instead of bun)
node_modules/