-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 1.42 KB
/
Copy path.gitignore
File metadata and controls
58 lines (47 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Build artifacts
**/bin/
**/obj/
**/publish/
**/dist/
**/node_modules/
**/.vite/
# WebService 정적 파일 — 지금은 아무도 채우지 않는다(레거시 경로).
# `npm run build` 는 frontend/dist/ 로만 뱉고, publish 의 PublishFrontend 타겟은 그걸 publish/wwwroot/ 로 복사한다.
# 여기에 파일이 생기면 그 순간 화석이 된다 — dev 백엔드(:5200)가 그 옛 번들을 서빙해 "UI 변경이 반영 안 됐다"는
# 오판을 부른다(실제로 사이클 172 에서 두 달 묵은 번들에 속았다). 비워 둘 것. UI 확인은 Vite(:5173) 나 publish 산출물로.
src/ProjectManager.WebService/wwwroot/
# IDE / editor
.vs/
.vscode/
.idea/
*.user
*.suo
*.sln.docstates
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local databases / packages
*.db
*.db-shm
*.db-wal
# OS junk
.DS_Store
Thumbs.db
# Archive
*.zip
# 배포 산출물 — publish.ps1 은 zip·msix·Setup.exe 를 전부 dist/ 에 만든다 (**/dist/ 가 위에서 커버).
# 아래 패턴은 옛 산출물이 루트에 남아 있어도 커밋되지 않게 하는 안전망.
Atlas-Setup-*.exe
Atlas-*.msix
*.cer
# publish.ps1 의 빌드 스테이징 (Atlas.exe + wwwroot). Atlas.iss·DesktopApp.csproj 가 이 경로에 의존.
publish/
# Claude Code (machine-local settings + working context)
.claude/
CLAUDE.md
# Local-only dev notes
docs/
# Promo video (Remotion) — local only, not part of the app/repo
video/