From 899a95a340fd8e1991cb4a58c0bcfde4c35e0d7f Mon Sep 17 00:00:00 2001 From: lastbattle <4586194+lastbattle@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:20:24 +0800 Subject: [PATCH] Exclude ".pubxml from gitignore --- .gitignore | 2 +- .../PublishProfiles/FolderProfile.pubxml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 MapleLib/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/.gitignore b/.gitignore index 8a30d25..daea4d1 100644 --- a/.gitignore +++ b/.gitignore @@ -184,7 +184,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +# *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/MapleLib/Properties/PublishProfiles/FolderProfile.pubxml b/MapleLib/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..6a81629 --- /dev/null +++ b/MapleLib/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\net8.0-windows\publish\ + FileSystem + <_TargetId>Folder + net8.0-windows + win-arm64 + false + false + false + + \ No newline at end of file