From d1633ce61af0a3f6f4cba30f8d1a93fe18184804 Mon Sep 17 00:00:00 2001 From: thkim Date: Tue, 2 Jan 2024 10:27:03 +0900 Subject: [PATCH] update git ignore --- .idea/kcscDev.iml | 9 ++++ .idea/misc.xml | 6 +++ .idea/modules.xml | 8 ++++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 43 +++++++++++++++++++ .../.vscode/launch.json | 15 +++++++ kcsc-back-end/.gitignore | 4 ++ 7 files changed, 91 insertions(+) create mode 100644 .idea/kcscDev.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 egovframe-template-simple-react-contribution/.vscode/launch.json diff --git a/.idea/kcscDev.iml b/.idea/kcscDev.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/kcscDev.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file 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..373e70b --- /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..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..017a708 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + 1703206321951 + + + + \ No newline at end of file diff --git a/egovframe-template-simple-react-contribution/.vscode/launch.json b/egovframe-template-simple-react-contribution/.vscode/launch.json new file mode 100644 index 0000000..f6b35a0 --- /dev/null +++ b/egovframe-template-simple-react-contribution/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/kcsc-back-end/.gitignore b/kcsc-back-end/.gitignore index c2065bc..d51ab2f 100644 --- a/kcsc-back-end/.gitignore +++ b/kcsc-back-end/.gitignore @@ -35,3 +35,7 @@ out/ ### VS Code ### .vscode/ + + +**/.idea +**/.vscode \ No newline at end of file