clean: 불필요한 빌드 및 패키지 파일 정리
개발 환경의 빌드 산출물과 패키지 캐시 파일들을 저장소에서 제거하여 저장소 크기를 최적화하고 버전 관리에서 제외 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		| @@ -1,23 +0,0 @@ | ||||
| { | ||||
|   "runtimeTarget": { | ||||
|     "name": ".NETCoreApp,Version=v3.1", | ||||
|     "signature": "" | ||||
|   }, | ||||
|   "compilationOptions": {}, | ||||
|   "targets": { | ||||
|     ".NETCoreApp,Version=v3.1": { | ||||
|       "pofalApi_tmp/1.0.0": { | ||||
|         "runtime": { | ||||
|           "pofalApi_tmp.dll": {} | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "libraries": { | ||||
|     "pofalApi_tmp/1.0.0": { | ||||
|       "type": "project", | ||||
|       "serviceable": false, | ||||
|       "sha512": "" | ||||
|     } | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -1,8 +0,0 @@ | ||||
| { | ||||
|   "runtimeOptions": { | ||||
|     "additionalProbingPaths": [ | ||||
|       "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|", | ||||
|       "C:\\Users\\Administrator\\.nuget\\packages" | ||||
|     ] | ||||
|   } | ||||
| } | ||||
| @@ -1,9 +0,0 @@ | ||||
| { | ||||
|   "runtimeOptions": { | ||||
|     "tfm": "netcoreapp3.1", | ||||
|     "framework": { | ||||
|       "name": "Microsoft.WindowsDesktop.App", | ||||
|       "version": "3.1.0" | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user