Compare commits

...

2 Commits

Author SHA1 Message Date
김한진 b82df10829 ㅇㅇ 2025-12-11 17:23:17 +09:00
김한진 8c2af41608 55 2025-12-11 17:23:08 +09:00
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@ -97,7 +97,7 @@ packages/
# Azure
*.azurePubxml
*.pubxml
#*.pubxml
*.publishproj
PublishProfiles/

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- 특정 파일/폴더 제외 -->
<ExcludeFilesFromDeployment>Controllers\*.cs;Models\*.cs;App_Data\*</ExcludeFilesFromDeployment>
</PropertyGroup>
</Project>