Files
vega/.gitignore
Jure 2bea043ef7 Remove private memory file and harden .gitignore
Removes accidentally tracked .claude/ memory directory and adds
comprehensive gitignore rules for AI agent state, draft posts,
and private docs.
2026-04-05 14:12:50 +02:00

54 lines
654 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Playwright output
.playwright-mcp/
# Build artifacts / test screenshots
squashfs-root/
phase-4-tests/
phase-4.md
*.png
!src-tauri/icons/*.png
# Private / not for public repo
OPENSATS_APPLICATION.md
PHASE6.md
RENAME_ARTICLE_DRAFT.md
TODO.md
NOSTR_POST_*.md
SHELLEY_SPEC.md
docs/
test/accounts.json
# AI agent / editor state
.agents/
.claude/
.omc/
.pi/
.windsurf/
.impeccable.md
skills-lock.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?