From 415ca59575910450ab5013983de965f36ec4c977 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Wed, 6 Nov 2024 16:09:41 +0100 Subject: [PATCH] Add publish settings and adjust .gitignore Enabled single-file publishing in Server.csproj and included new IntelliJ IDEA configuration files for Git. Adjusted .gitignore to include publish directory. --- .gitignore | 3 ++- .idea/.idea.TinyInvoice/.idea/git_toolbox_prj.xml | 15 +++++++++++++++ .idea/.idea.TinyInvoice/.idea/vcs.xml | 6 ++++++ Server/Server.csproj | 7 ++----- 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 .idea/.idea.TinyInvoice/.idea/git_toolbox_prj.xml create mode 100644 .idea/.idea.TinyInvoice/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index abb8c85..46077ad 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,5 @@ Desktop.ini /Server/Customers.json /Server/Settings.json -/Server/invoices/ \ No newline at end of file +/Server/invoices/ +/Server/publish/ \ No newline at end of file diff --git a/.idea/.idea.TinyInvoice/.idea/git_toolbox_prj.xml b/.idea/.idea.TinyInvoice/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/.idea.TinyInvoice/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.TinyInvoice/.idea/vcs.xml b/.idea/.idea.TinyInvoice/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.TinyInvoice/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Server/Server.csproj b/Server/Server.csproj index 9d81eb8..765cc18 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -4,14 +4,11 @@ net8.0 enable enable + true - - - - - +