Files
jongryangje/.gitignore
javamon1174 c07261a723 README 개발현황 상세 정리 및 CLAUDE.md 추가
- README.md: 기술스택, 프로젝트구조, 역할체계, DB테이블, 기본코드체계,
  개발현황(63개 웹 + 15개 앱 항목별 완료/미구현 분석),
  향후 로드맵(Phase 2~6) 추가
- CLAUDE.md: Claude Code용 프로젝트 가이드 (컨벤션, 구조, 보안)
- .gitignore: .claude/ 디렉토리 제외 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 14:21:16 +09:00

168 lines
2.4 KiB
Plaintext

#-------------------------
# Operating Specific Junk Files
#-------------------------
# OS X
.DS_Store
.AppleDouble
.LSOverride
# OS X Thumbnails
._*
# Windows image file caches
Thumbs.db
ehthumbs.db
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# Linux
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
#-------------------------
# Environment Files
#-------------------------
# These should never be under version control,
# as it poses a security risk.
.env
.env.local
.env.*.local
.env.production
.env.staging
.env.backup
*.env.backup
!.env.example
.vagrant
Vagrantfile
#-------------------------
# Local docs & MCP (저장소에 올리지 않음)
#-------------------------
docs/
mcp-servers/
# Cursor MCP — API 키·로컬 경로 등 포함 가능
.cursor/mcp.json
#-------------------------
# Secrets & credentials (보안)
#-------------------------
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
*.keystore
*.jks
id_rsa
id_rsa.pub
id_ed25519
id_ed25519.pub
secrets/
credentials/
*.secret
auth.json
.aws/credentials
.netrc
#-------------------------
# Temporary Files
#-------------------------
writable/cache/*
!writable/cache/index.html
writable/logs/*
!writable/logs/index.html
writable/session/*
!writable/session/index.html
writable/uploads/*
!writable/uploads/index.html
writable/debugbar/*
!writable/debugbar/index.html
php_errors.log
#-------------------------
# User Guide Temp Files
#-------------------------
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*
user_guide_src/cilexer/pycilexer.egg-info/*
#-------------------------
# Test Files
#-------------------------
tests/coverage*
# Don't save phpunit under version control.
phpunit
#-------------------------
# Composer
#-------------------------
vendor/
#-------------------------
# IDE / Development Files
#-------------------------
# Modules Testing
_modules/*
# phpenv local config
.php-version
# Jetbrains editors (PHPStorm, etc)
.idea/
*.iml
# NetBeans
/nbproject/
/build/
/nbbuild/
/dist/
/nbdist/
/nbactions.xml
/nb-configuration.xml
/.nb-gradle/
# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
.phpintel
/api/
# Visual Studio Code
.vscode/
# Claude Code
.claude/
/results/
/phpunit*.xml