diff options
author | Jeff Huang <github@jeffhuang.com> | 2022-09-07 12:29:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 12:29:15 -0400 |
commit | d0f2f6879ee23669cd1649de930ff048b3909137 (patch) | |
tree | 4dbe017ff5d7b07f3c079efbd36c4308def5527a | |
parent | cde3f1521ba330a41842b90a156a2566b945a204 (diff) |
Delete .idea directory
-rw-r--r-- | .idea/.gitignore | 5 | ||||
-rw-r--r-- | .idea/cs1300-2022-website.iml | 12 | ||||
-rw-r--r-- | .idea/modules.xml | 8 | ||||
-rw-r--r-- | .idea/vcs.xml | 6 |
4 files changed, 0 insertions, 31 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index b58b603..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/cs1300-2022-website.iml b/.idea/cs1300-2022-website.iml deleted file mode 100644 index 0c8867d..0000000 --- a/.idea/cs1300-2022-website.iml +++ /dev/null @@ -1,12 +0,0 @@ -<?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$/temp" /> - <excludeFolder url="file://$MODULE_DIR$/.tmp" /> - <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/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 5aafd61..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/cs1300-2022-website.iml" filepath="$PROJECT_DIR$/.idea/cs1300-2022-website.iml" /> - </modules> - </component> -</project>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..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="$PROJECT_DIR$" vcs="Git" /> - </component> -</project>
\ No newline at end of file |