nicholai-work-2026/.gitignore
Nicholai a6121f1e2f chore(git): ignore IDE and dev directories
prevent .cursor, .vscode, and dev from being tracked
2026-01-20 07:14:54 -07:00

53 lines
615 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
src/utils/.env
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
!.env.example
# rust build artifacts
worker/target/
worker/build/
worker/node_modules/
.specstory/**
.specstory/
.cursorindexingignore
# AGENTS.md symlink
AGENTS.md
GEMINI.md
.playwright-mcp/
# IDE and editor directories
.cursor/
.vscode/
# dev notes and scratch work
dev/