From 6c2e02b9112d54ee6e2f909ade358a9720f8ba43 Mon Sep 17 00:00:00 2001 From: "Federico Pasqua (eisterman)" Date: Sat, 1 Feb 2025 21:42:55 +0100 Subject: [PATCH] Add Project to VCS --- .idea/.gitignore | 8 ++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/htmxtailwindtest.iml | 13 +++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 11 +++++++++++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/runConfigurations/devrun.xml | 13 +++++++++++++ .idea/vcs.xml | 6 ++++++ .idea/webResources.xml | 15 +++++++++++++++ 10 files changed, 92 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/htmxtailwindtest.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/runConfigurations/devrun.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/webResources.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/htmxtailwindtest.iml b/.idea/htmxtailwindtest.iml new file mode 100644 index 0000000..e1ffcae --- /dev/null +++ b/.idea/htmxtailwindtest.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..56d6e18 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..0016ab5 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..09b398c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8cc6ee4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/devrun.xml b/.idea/runConfigurations/devrun.xml new file mode 100644 index 0000000..007cb47 --- /dev/null +++ b/.idea/runConfigurations/devrun.xml @@ -0,0 +1,13 @@ + + + + + +