From bab889884150b92e73dad442a0193ab7b2830b4b Mon Sep 17 00:00:00 2001 From: "Valeriano A.R." Date: Mon, 28 Jul 2025 23:46:32 +0200 Subject: [PATCH] Remove IDE user status --- .gitignore | 14 ++++++++++---- .idea/.idea.VAR.WebFormsCore/.idea/.gitignore | 13 ------------- .idea/.idea.VAR.WebFormsCore/.idea/encodings.xml | 4 ---- .idea/.idea.VAR.WebFormsCore/.idea/indexLayout.xml | 8 -------- .idea/.idea.VAR.WebFormsCore/.idea/vcs.xml | 6 ------ 5 files changed, 10 insertions(+), 35 deletions(-) delete mode 100644 .idea/.idea.VAR.WebFormsCore/.idea/.gitignore delete mode 100644 .idea/.idea.VAR.WebFormsCore/.idea/encodings.xml delete mode 100644 .idea/.idea.VAR.WebFormsCore/.idea/indexLayout.xml delete mode 100644 .idea/.idea.VAR.WebFormsCore/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index c66e4da..28087c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,13 @@ Dotfuscated/* Published/* - -VAR.Focus.WebApp/priv/*.json -.vs -packages/* + +VAR.Focus.WebApp/priv/*.json +.vs +packages/* + +/.issues/ + +.idea +.vscode + diff --git a/.idea/.idea.VAR.WebFormsCore/.idea/.gitignore b/.idea/.idea.VAR.WebFormsCore/.idea/.gitignore deleted file mode 100644 index e2b642c..0000000 --- a/.idea/.idea.VAR.WebFormsCore/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/modules.xml -/contentModel.xml -/.idea.VAR.WebFormsCore.iml -/projectSettingsUpdater.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.VAR.WebFormsCore/.idea/encodings.xml b/.idea/.idea.VAR.WebFormsCore/.idea/encodings.xml deleted file mode 100644 index df87cf9..0000000 --- a/.idea/.idea.VAR.WebFormsCore/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.VAR.WebFormsCore/.idea/indexLayout.xml b/.idea/.idea.VAR.WebFormsCore/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/.idea.VAR.WebFormsCore/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.VAR.WebFormsCore/.idea/vcs.xml b/.idea/.idea.VAR.WebFormsCore/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.VAR.WebFormsCore/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file