diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-04-25 17:43:20 -0400 |
| commit | 69474fee32c62e1b97b9f51b78a2e242542ae9a7 (patch) | |
| tree | f03569672f62ad251a38d1deb5d46152f1b54207 /.idea | |
| parent | 379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (diff) | |
| download | Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.gz Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.bz2 Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.zip | |
Rewrite incoming
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/.gitignore | 2 | ||||
| -rw-r--r-- | .idea/Project-NewTube.iml | 8 | ||||
| -rw-r--r-- | .idea/misc.xml | 6 | ||||
| -rw-r--r-- | .idea/modules.xml | 8 | ||||
| -rw-r--r-- | .idea/vcs.xml | 6 | ||||
| -rw-r--r-- | .idea/watcherTasks.xml | 25 | ||||
| -rw-r--r-- | .idea/workspace.xml | 77 |
7 files changed, 77 insertions, 55 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index e7e9d11..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml diff --git a/.idea/Project-NewTube.iml b/.idea/Project-NewTube.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/Project-NewTube.iml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="WEB_MODULE" version="4"> - <component name="NewModuleRootManager"> - <content url="file://$MODULE_DIR$" /> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module>
\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="JavaScriptSettings"> - <option name="languageLevel" value="ES6" /> - </component> -</project>
\ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 3575d80..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/Project-NewTube.iml" filepath="$PROJECT_DIR$/.idea/Project-NewTube.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 diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index c70980f..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="true"> - <option name="arguments" value="$FileName$:$FileNameWithoutExtension$.css" /> - <option name="checkSyntaxErrors" value="true" /> - <option name="description" /> - <option name="exitCodeBehavior" value="ERROR" /> - <option name="fileExtension" value="scss" /> - <option name="immediateSync" value="true" /> - <option name="name" value="SCSS" /> - <option name="output" value="$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map" /> - <option name="outputFilters"> - <array /> - </option> - <option name="outputFromStdout" value="false" /> - <option name="program" value="sass" /> - <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 diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..a272bff --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="a02976fe-f236-4b0d-b2b4-36cf17f3f848" name="Default Changelist" comment="" /> + <option name="SHOW_DIALOG" value="false" /> + <option name="HIGHLIGHT_CONFLICTS" value="true" /> + <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> + <option name="LAST_RESOLUTION" value="IGNORE" /> + </component> + <component name="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectId" id="1U47p5c3nwIKKYhGxZBdimqJThI" /> + <component name="ProjectLevelVcsManager" settingsEditedManually="true"> + <ConfirmationsSetting value="2" id="Add" /> + </component> + <component name="ProjectViewState"> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showExcludedFiles" value="true" /> + <option name="showLibraryContents" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="ASKED_ADD_EXTERNAL_FILES" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" /> + <property name="WebServerToolWindowFactoryState" value="false" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> + <property name="nodejs_package_manager_path" value="npm" /> + </component> + <component name="ServiceViewManager"> + <option name="viewStates"> + <list> + <serviceView> + <treeState> + <expand /> + <select /> + </treeState> + </serviceView> + </list> + </option> + </component> + <component name="SvnConfiguration"> + <configuration /> + </component> + <component name="TaskManager"> + <task active="true" id="Default" summary="Default task"> + <changelist id="a02976fe-f236-4b0d-b2b4-36cf17f3f848" name="Default Changelist" comment="" /> + <created>1574604193141</created> + <option name="number" value="Default" /> + <option name="presentableId" value="Default" /> + <updated>1574604193141</updated> + <workItem from="1574604195599" duration="2762000" /> + <workItem from="1574609290769" duration="754000" /> + </task> + <servers /> + </component> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="1" /> + </component> + <component name="VcsManagerConfiguration"> + <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> + </component> + <component name="WindowStateProjectService"> + <state x="696" y="286" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1574604325692"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="696" y="286" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574604325692" /> + <state x="584" y="313" key="EditFileWatcherDialog" timestamp="1574605475466"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="584" y="313" key="EditFileWatcherDialog/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574605475466" /> + <state x="623" y="253" width="672" height="678" key="search.everywhere.popup" timestamp="1574604377851"> + <screen x="0" y="30" width="1920" height="1014" /> + </state> + <state x="623" y="253" width="672" height="678" key="search.everywhere.popup/0.30.1920.1014/1920.0.1920.1080@0.30.1920.1014" timestamp="1574604377851" /> + </component> +</project>
\ No newline at end of file |
