diff --git a/.gitignore b/.gitignore
index 4ce6fdde..73b61f90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -172,8 +172,8 @@ 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
-*.publishproj
+# *.pubxml
+# *.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
diff --git a/TwitchDownloaderCLI/Properties/PublishProfiles/Linux.pubxml b/TwitchDownloaderCLI/Properties/PublishProfiles/Linux.pubxml
new file mode 100644
index 00000000..b1072481
--- /dev/null
+++ b/TwitchDownloaderCLI/Properties/PublishProfiles/Linux.pubxml
@@ -0,0 +1,17 @@
+
+
+
+
+ FileSystem
+ Release
+ Any CPU
+ netcoreapp3.1
+ bin\Release\netcoreapp3.1\publish\Linux
+ linux-x64
+ true
+ True
+ True
+
+
\ No newline at end of file
diff --git a/TwitchDownloaderCLI/Properties/PublishProfiles/LinuxArm.pubxml b/TwitchDownloaderCLI/Properties/PublishProfiles/LinuxArm.pubxml
new file mode 100644
index 00000000..b6d425a0
--- /dev/null
+++ b/TwitchDownloaderCLI/Properties/PublishProfiles/LinuxArm.pubxml
@@ -0,0 +1,17 @@
+
+
+
+
+ Release
+ Any CPU
+ bin\Release\netcoreapp3.1\publish\LinuxArm
+ FileSystem
+ netcoreapp3.1
+ linux-arm
+ true
+ True
+ True
+
+
\ No newline at end of file
diff --git a/TwitchDownloaderCLI/Properties/PublishProfiles/MacOS.pubxml b/TwitchDownloaderCLI/Properties/PublishProfiles/MacOS.pubxml
new file mode 100644
index 00000000..624cc7df
--- /dev/null
+++ b/TwitchDownloaderCLI/Properties/PublishProfiles/MacOS.pubxml
@@ -0,0 +1,17 @@
+
+
+
+
+ Release
+ Any CPU
+ bin\Release\netcoreapp3.1\publish\MacOS
+ FileSystem
+ netcoreapp3.1
+ osx-x64
+ true
+ True
+ True
+
+
\ No newline at end of file
diff --git a/TwitchDownloaderCLI/Properties/PublishProfiles/Windows.pubxml b/TwitchDownloaderCLI/Properties/PublishProfiles/Windows.pubxml
new file mode 100644
index 00000000..a9ea71e9
--- /dev/null
+++ b/TwitchDownloaderCLI/Properties/PublishProfiles/Windows.pubxml
@@ -0,0 +1,18 @@
+
+
+
+
+ Release
+ x64
+ bin\Release\netcoreapp3.1\publish\Windows
+ FileSystem
+ netcoreapp3.1
+ win-x64
+ true
+ True
+ False
+ True
+
+
\ No newline at end of file