chore(git): ignore IDE and dev directories

prevent .cursor, .vscode, and dev from being tracked
This commit is contained in:
Nicholai Vogel 2026-01-20 07:14:54 -07:00
parent 7b8fd66198
commit a6121f1e2f

7
.gitignore vendored
View File

@ -43,3 +43,10 @@ worker/node_modules/
AGENTS.md AGENTS.md
GEMINI.md GEMINI.md
.playwright-mcp/ .playwright-mcp/
# IDE and editor directories
.cursor/
.vscode/
# dev notes and scratch work
dev/