[정리] 빌드 산출물 4,720개 git 추적 제거 + .gitignore 강화
.gitignore 업데이트: - bin/, obj/ → **/bin/, **/obj/ (하위 폴더 재귀 적용) - dist/ 폴더 추가 (배포 산출물) - src/AxCopilot.Installer/payload.zip 추가 git 추적 제거 (파일은 로컬 유지, git에서만 삭제): - dist/ (540개): 배포 바이너리 전체 (DLL, EXE, 런타임) - src/AxCopilot/bin,obj/ (3,800+개): 메인 앱 빌드 산출물 - src/AxCopilot.SDK/bin,obj/ (30+개): SDK 빌드 산출물 - src/AxCopilot.Installer/bin,obj/ (20+개): 인스톨러 빌드 산출물 - src/AxCopilot.Tests/bin,obj/ (230+개): 테스트 빌드 산출물 - src/AxKeyEncryptor/bin,obj/ (20+개): 암호화 도구 빌드 산출물 - tools/IconGenerator/bin,obj/ (24개): 아이콘 생성 도구 빌드 산출물 - publish/ (8개): 레거시 AxCommander 퍼블리시 폴더 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
BIN
dist/AxCopilot/Accessibility.dll
vendored
BIN
dist/AxCopilot/Assets/SearchEngines/duckduckgo.png
vendored
|
Before Width: | Height: | Size: 1.8 KiB |
BIN
dist/AxCopilot/Assets/SearchEngines/github.png
vendored
|
Before Width: | Height: | Size: 519 B |
BIN
dist/AxCopilot/Assets/SearchEngines/google.png
vendored
|
Before Width: | Height: | Size: 615 B |
BIN
dist/AxCopilot/Assets/SearchEngines/namuwiki.png
vendored
|
Before Width: | Height: | Size: 553 B |
BIN
dist/AxCopilot/Assets/SearchEngines/naver.png
vendored
|
Before Width: | Height: | Size: 247 B |
BIN
dist/AxCopilot/Assets/SearchEngines/navermap.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
dist/AxCopilot/Assets/SearchEngines/wikipedia.png
vendored
|
Before Width: | Height: | Size: 555 B |
BIN
dist/AxCopilot/Assets/SearchEngines/youtube.png
vendored
|
Before Width: | Height: | Size: 488 B |
BIN
dist/AxCopilot/Assets/guide_dev.enc
vendored
BIN
dist/AxCopilot/Assets/guide_user.enc
vendored
BIN
dist/AxCopilot/Assets/icon.ico
vendored
|
Before Width: | Height: | Size: 7.3 KiB |
BIN
dist/AxCopilot/AxCopilot.SDK.dll
vendored
1319
dist/AxCopilot/AxCopilot.deps.json
vendored
BIN
dist/AxCopilot/AxCopilot.dll
vendored
BIN
dist/AxCopilot/AxCopilot.exe
vendored
19
dist/AxCopilot/AxCopilot.runtimeconfig.json
vendored
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"includedFrameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.25"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.25"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||