From c4a44da9d0bf868feea62ee4f232111535b76b74 Mon Sep 17 00:00:00 2001 From: Nicole Roy <nicolesroy@icloud.com> Date: Tue, 5 Dec 2023 10:22:51 -0700 Subject: [PATCH] expunge idea files --- .idea/.gitignore | 5 ----- .idea/jsLibraryMappings.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/runConfigurations/bin_www.xml | 11 ----------- .idea/sacds.iml | 12 ------------ .idea/vcs.xml | 6 ------ .idea/watcherTasks.xml | 25 ------------------------- 7 files changed, 73 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/jsLibraryMappings.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/bin_www.xml delete mode 100644 .idea/sacds.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml 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/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index d23208f..0000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="JavaScriptLibraryMappings"> - <includedPredefinedLibrary name="Node.js Core" /> - </component> -</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 47944e8..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/sacds.iml" filepath="$PROJECT_DIR$/.idea/sacds.iml" /> - </modules> - </component> -</project> \ No newline at end of file diff --git a/.idea/runConfigurations/bin_www.xml b/.idea/runConfigurations/bin_www.xml deleted file mode 100644 index 30b8ede..0000000 --- a/.idea/runConfigurations/bin_www.xml +++ /dev/null @@ -1,11 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="bin/www" type="NodeJSConfigurationType" path-to-js-file="bin/www" working-dir="$PROJECT_DIR$"> - <envs> - <env name="DEBUG" value="sacds:*" /> - </envs> - <EXTENSION ID="com.jetbrains.nodejs.run.NodeStartBrowserRunConfigurationExtension"> - <browser url="http://localhost:3000/" /> - </EXTENSION> - <method v="2" /> - </configuration> -</component> \ No newline at end of file diff --git a/.idea/sacds.iml b/.idea/sacds.iml deleted file mode 100644 index 24643cc..0000000 --- a/.idea/sacds.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$/.tmp" /> - <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/.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 diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index ef17274..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectTasksOptions"> - <TaskOptions isEnabled="false"> - <option name="arguments" value="$FileName$" /> - <option name="checkSyntaxErrors" value="true" /> - <option name="description" /> - <option name="exitCodeBehavior" value="ERROR" /> - <option name="fileExtension" value="jade" /> - <option name="immediateSync" value="true" /> - <option name="name" value="Pug/Jade" /> - <option name="output" value="$FileNameWithoutExtension$.html" /> - <option name="outputFilters"> - <array /> - </option> - <option name="outputFromStdout" value="false" /> - <option name="program" value="pug" /> - <option name="runOnExternalChanges" value="true" /> - <option name="scopeName" value="Project Files" /> - <option name="trackOnlyRoot" value="true" /> - <option name="workingDir" value="$FileDir$" /> - <envs /> - </TaskOptions> - </component> -</project> \ No newline at end of file