From 878d573f5c8ff1f35cafe31477c6ee94041408c6 Mon Sep 17 00:00:00 2001 From: kanghyuk Date: Tue, 16 Apr 2024 12:02:01 +0900 Subject: [PATCH] Initial commit --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 1 + propofol-hcl.iml | 8 ++++++++ 6 files changed, 37 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 README.md create mode 100644 propofol-hcl.iml 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/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..755c204 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..063cf60 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# propofol-hcl diff --git a/propofol-hcl.iml b/propofol-hcl.iml new file mode 100644 index 0000000..9a5cfce --- /dev/null +++ b/propofol-hcl.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file