From fb3d7cbff150692150e7d451f2aa4a5949f4847f Mon Sep 17 00:00:00 2001 From: Steven Barash Date: Fri, 2 Aug 2024 14:28:30 -0400 Subject: [PATCH] add appsettings.json to gitignore --- .gitignore | 2 +- .idea/.idea.idme-dotnet-sample-app/.idea/.gitignore | 13 +++++++++++++ .../.idea/encodings.xml | 4 ++++ .../.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.idme-dotnet-sample-app/.idea/vcs.xml | 6 ++++++ 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.idme-dotnet-sample-app/.idea/.gitignore create mode 100644 .idea/.idea.idme-dotnet-sample-app/.idea/encodings.xml create mode 100644 .idea/.idea.idme-dotnet-sample-app/.idea/indexLayout.xml create mode 100644 .idea/.idea.idme-dotnet-sample-app/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 59f0ec2..b8c1006 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,4 @@ UpgradeLog*.XML UpgradeLog*.htm # Config file -# appsettings.json \ No newline at end of file +appsettings.json \ No newline at end of file diff --git a/.idea/.idea.idme-dotnet-sample-app/.idea/.gitignore b/.idea/.idea.idme-dotnet-sample-app/.idea/.gitignore new file mode 100644 index 0000000..42af7fd --- /dev/null +++ b/.idea/.idea.idme-dotnet-sample-app/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/contentModel.xml +/.idea.idme-dotnet-sample-app.iml +/projectSettingsUpdater.xml +/modules.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.idme-dotnet-sample-app/.idea/encodings.xml b/.idea/.idea.idme-dotnet-sample-app/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.idme-dotnet-sample-app/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.idme-dotnet-sample-app/.idea/indexLayout.xml b/.idea/.idea.idme-dotnet-sample-app/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.idme-dotnet-sample-app/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.idme-dotnet-sample-app/.idea/vcs.xml b/.idea/.idea.idme-dotnet-sample-app/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.idme-dotnet-sample-app/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file