diff --git a/AngularApp/.gitkeep b/AngularApp/.gitkeep deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/AngularApp/.idea/.gitignore b/AngularApp/.idea/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4 --- /dev/null +++ b/AngularApp/.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/AngularApp/.idea/.name b/AngularApp/.idea/.name new file mode 100644 index 0000000000000000000000000000000000000000..f881a250ae50f052d6f218f914712aa91f74ce31 --- /dev/null +++ b/AngularApp/.idea/.name @@ -0,0 +1 @@ +DojoWeb \ No newline at end of file diff --git a/AngularApp/.idea/DojoWeb.iml b/AngularApp/.idea/DojoWeb.iml new file mode 100644 index 0000000000000000000000000000000000000000..69ef67a424b4d72230aac1a2e4ddc77c7a75b52b --- /dev/null +++ b/AngularApp/.idea/DojoWeb.iml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> + <excludeFolder url="file://$MODULE_DIR$/dist" /> + <excludeFolder url="file://$MODULE_DIR$/temp" /> + <excludeFolder url="file://$MODULE_DIR$/tmp" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/AngularApp/.idea/codeStyles b/AngularApp/.idea/codeStyles new file mode 120000 index 0000000000000000000000000000000000000000..ba0a7c5c1ea11f7b2e060344972db12cc574d74a --- /dev/null +++ b/AngularApp/.idea/codeStyles @@ -0,0 +1 @@ +jetbrainsConfiguration/codeStyles/ \ No newline at end of file diff --git a/AngularApp/.idea/inspectionProfiles/Project_Default.xml b/AngularApp/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000000000000000000000000000000000..03d9549ea8e4ada36fb3ecbc30fef08175b7d728 --- /dev/null +++ b/AngularApp/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" /> + </profile> +</component> \ No newline at end of file diff --git a/AngularApp/.idea/inspectionProfiles/inspectionProfiles b/AngularApp/.idea/inspectionProfiles/inspectionProfiles new file mode 120000 index 0000000000000000000000000000000000000000..7b646ad58742b81d2ae27d4dceb75cc067c8e207 --- /dev/null +++ b/AngularApp/.idea/inspectionProfiles/inspectionProfiles @@ -0,0 +1 @@ +jetbrainsConfiguration/inspectionProfiles/ \ No newline at end of file diff --git a/AngularApp/.idea/modules.xml b/AngularApp/.idea/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..15ab745037083e3c01dc20a6654475b080a10dc6 --- /dev/null +++ b/AngularApp/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/DojoWeb.iml" filepath="$PROJECT_DIR$/.idea/DojoWeb.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/AngularApp/.idea/sqldialects.xml b/AngularApp/.idea/sqldialects.xml new file mode 120000 index 0000000000000000000000000000000000000000..f661c8cbb976c1b5e654423e2206fb6386530db1 --- /dev/null +++ b/AngularApp/.idea/sqldialects.xml @@ -0,0 +1 @@ +jetbrainsConfiguration/rootFiles/sqldialects.xml \ No newline at end of file diff --git a/AngularApp/.idea/vcs.xml b/AngularApp/.idea/vcs.xml new file mode 100644 index 0000000000000000000000000000000000000000..6c0b8635858dc7ad44b93df54b762707ce49eefc --- /dev/null +++ b/AngularApp/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> + </component> +</project> \ No newline at end of file