chore: remove docs directory from git tracking and sync changes
This commit is contained in:
+45
@@ -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
|
||||
Reference in New Issue
Block a user