chore: remove docs directory from git tracking and sync changes

This commit is contained in:
2026-07-17 09:01:29 +09:00
parent 720375bfac
commit 538b4875db
171 changed files with 62 additions and 18564 deletions
+45
View File
@@ -0,0 +1,45 @@
# 에이전트 및 IDE 설정
.agent/
.agents/
.claude/
.codex/
.dependencygraph/
.ruff_cache/
.vscode/
.workspace/
# 보안 및 환경 변수
# .env
# .env.local
# .env.*.local
# Python 캐시 및 가상환경
venv/
__pycache__/
**/__pycache__/
*.pyc
**/*.pyc
**/*.pyo
**/*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Node / Frontend
node_modules/
dist/
*.tsbuildinfo
# 저장소 및 백업 데이터
storage/
0_old/
docs/
# 로그 파일
*.log
# 루트 폴더 특정 파일 무시 (사용자 요청)
/.prettierrc
/.gitignore
/AGENTS.md
/CLAUDE.md