From e58241b0ebb96b43f5c9d131e802ec0e586bdba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Minh?= <w11220031@st.phenikaa-uni.edu.vn> Date: Thu, 17 Apr 2025 14:07:57 +0700 Subject: [PATCH] delete folder idea and .dockerignore --- .dockerignore | 11 ---------- .idea/.gitignore | 8 -------- .idea/inspectionProfiles/Project_Default.xml | 7 ------- .../inspectionProfiles/profiles_settings.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/systemdev_hrproject.iml | 20 ------------------- .idea/vcs.xml | 6 ------ README.md | 4 ++-- 8 files changed, 2 insertions(+), 68 deletions(-) delete mode 100644 .dockerignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/systemdev_hrproject.iml delete mode 100644 .idea/vcs.xml diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index ed5d5ed..0000000 --- a/.dockerignore +++ /dev/null @@ -1,11 +0,0 @@ -.git -.venv -__pycache__ -*.pyc -*.pyo -*.pyd -.Python -instance/config_example.py -.idea -*.md -!README.md \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 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/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 5d8becd..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,7 +0,0 @@ -<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" /> - <inspection_tool class="PyInterpreterInspection" enabled="true" level="INFORMATION" enabled_by_default="true" /> - </profile> -</component> \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<component name="InspectionProjectProfileManager"> - <settings> - <option name="USE_PROJECT_PROFILE" value="false" /> - <version value="1.0" /> - </settings> -</component> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index e7161a1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/.idea/systemdev_hrproject.iml" filepath="$PROJECT_DIR$/.idea/systemdev_hrproject.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/systemdev_hrproject.iml b/.idea/systemdev_hrproject.iml deleted file mode 100644 index 37512de..0000000 --- a/.idea/systemdev_hrproject.iml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="PYTHON_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> - <component name="PyDocumentationSettings"> - <option name="format" value="PLAIN" /> - <option name="myDocStringFormat" value="Plain" /> - </component> - <component name="TemplatesService"> - <option name="TEMPLATE_CONFIGURATION" value="Jinja2" /> - <option name="TEMPLATE_FOLDERS"> - <list> - <option value="$MODULE_DIR$/app/templates" /> - </list> - </option> - </component> -</module> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="VcsDirectoryMappings"> - <mapping directory="" vcs="Git" /> - </component> -</project> \ No newline at end of file diff --git a/README.md b/README.md index 8cb8c1e..80833d1 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ``` 3. Access the application - - The web application will be available at http://localhost:5000 - - MySQL database will be available at localhost:3306 + - The web application will be available at 127.0.0.1:5000 + - MySQL database will be available at 127.0.0.1:3306 ### Docker Environment Variables -- GitLab