qcast-front/.gitignore
sangwook yoo 4aa805c60f chore: gitignore 에 graphify-out/ 추가
graphify 지식 그래프 산출물(AST 캐시·graph.json·HTML·리포트)은 로컬 캐시이며
post-commit hook 으로 자동 갱신되므로 git 추적에서 제외.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 18:00:26 +09:00

64 lines
986 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# [debug auto-capture 2026-05-06] debugCapture 산출물 / dev 서버 stdout
debug/
dev.log
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.idea
.vscode
#lock files
yarn.lock
package-lock.json
pnpm-lock.yaml
certificates
.ai
# [auto-untracked 2026-05-06] 머신별 자동 산출물 / 알 수 없는 파일
last_updated.log
claude-501/
sl
# [graphify 2026-05-12] graphify 지식 그래프 산출물 (로컬 캐시, post-commit hook 으로 자동 갱신)
graphify-out/
# [local-only 2026-05-08] 모든 markdown 문서 + Claude 설정은 git 추적 제외 (로컬 전용)
# 단, 루트 README.md 만 추적 유지
*.md
!/README.md
.claude/