nicholai-work-2026/.gitignore
Nicholai d336705c5c Update .gitignore, CLAUDE.md, and Experience component
- Add AGENTS.md symlink to .gitignore for tracking documentation.
- Expand CLAUDE.md with core development commands, utilities, image conversion scripts, and detailed architecture sections.
- Modify src/components/sections/Experience.astro to reflect updated schema and presentation.
2025-12-18 15:08:04 -07:00

39 lines
431 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
.specstory/**
.specstory/
.cursorindexingignore
# AGENTS.md symlink
AGENTS.md