Compare commits

..

No commits in common. "b82df10829ec07ebd3651c27cecabac81afb903f" and "b3052d699f704ef422d59bb18d2fc5ec1590d296" have entirely different histories.

2 changed files with 1 additions and 11 deletions

2
.gitignore vendored
View File

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

View File

@ -1,10 +0,0 @@
<?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>