chore: .gitignore에 서브프로젝트 및 불필요 파일 추가
- 5130/, api/, docker/, docs/, mng/, react/, sales/ (별도 git repo) - e2e/scenarios/ (별도 git repo) - nul (Windows 아티팩트) 삭제 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,3 +1,18 @@
|
|||||||
# Screenshots and temporary files
|
# Screenshots and temporary files
|
||||||
*.png
|
*.png
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
# Separate git subprojects
|
||||||
|
5130/
|
||||||
|
api/
|
||||||
|
docker/
|
||||||
|
docs/
|
||||||
|
mng/
|
||||||
|
react/
|
||||||
|
sales/
|
||||||
|
|
||||||
|
# E2E scenarios (separate git repo)
|
||||||
|
e2e/scenarios/
|
||||||
|
|
||||||
|
# Windows artifacts
|
||||||
|
nul
|
||||||
|
|||||||
Reference in New Issue
Block a user