From d0c247ea48ba7dd45c1fa09fac5bfe06fd023770 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Wed, 7 Jun 2023 15:10:33 -0400 Subject: [PATCH] Name Change --- .idea/.gitignore | 5 ---- ...Frontend.iml => SignatureCardFrontend.iml} | 0 .idea/inspectionProfiles/Project_Default.xml | 21 ---------------- .idea/modules.xml | 2 +- .idea/vcs.xml | 2 +- .idea/watcherTasks.xml | 25 ------------------- README.md | 2 +- 7 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 .idea/.gitignore rename .idea/{VCardFrontend.iml => SignatureCardFrontend.iml} (100%) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/watcherTasks.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/VCardFrontend.iml b/.idea/SignatureCardFrontend.iml similarity index 100% rename from .idea/VCardFrontend.iml rename to .idea/SignatureCardFrontend.iml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index deda917..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index df14b68..bbfb59b 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index e0cf32d..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index c7b68ae..3effddf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# VCardFrontend +# Signature Card Frontend