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