Showing
4 changed files
with
145 additions
and
7 deletions
| 1 | tunnel_BE/server/node_modules | 1 | tunnel_BE/server/node_modules |
| 2 | + | ||
| 3 | +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode | ||
| 4 | +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode | ||
| 5 | + | ||
| 6 | +### VisualStudioCode ### | ||
| 7 | +.vscode/* | ||
| 8 | +!.vscode/settings.json | ||
| 9 | +!.vscode/tasks.json | ||
| 10 | +!.vscode/launch.json | ||
| 11 | +!.vscode/extensions.json | ||
| 12 | +*.code-workspace | ||
| 13 | + | ||
| 14 | +# Local History for Visual Studio Code | ||
| 15 | +.history/ | ||
| 16 | + | ||
| 17 | +### VisualStudioCode Patch ### | ||
| 18 | +# Ignore all local history of files | ||
| 19 | +.history | ||
| 20 | +.ionide | ||
| 21 | + | ||
| 22 | +# Support for Project snippet scope | ||
| 23 | +!.vscode/*.code-snippets | ||
| 24 | + | ||
| 25 | +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
.idea/vcs.xml
0 → 100644
| ... | @@ -5,12 +5,7 @@ | ... | @@ -5,12 +5,7 @@ |
| 5 | </component> | 5 | </component> |
| 6 | <component name="ChangeListManager"> | 6 | <component name="ChangeListManager"> |
| 7 | <list default="true" id="a1e8140c-05b3-40e9-ab0b-098f82d0a906" name="Changes" comment=""> | 7 | <list default="true" id="a1e8140c-05b3-40e9-ab0b-098f82d0a906" name="Changes" comment=""> |
| 8 | - <change beforePath="$PROJECT_DIR$/tunnel_BE/server/routes/regiser.js" beforeDir="false" /> | 8 | + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
| 9 | - <change beforePath="$PROJECT_DIR$/tunnel_BE/server/server.js" beforeDir="false" afterPath="$PROJECT_DIR$/tunnel_BE/server/server.js" afterDir="false" /> | ||
| 10 | - <change beforePath="$PROJECT_DIR$/turnel_FE/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/turnel_FE/package.json" afterDir="false" /> | ||
| 11 | - <change beforePath="$PROJECT_DIR$/turnel_FE/src/_actions/user_action.js" beforeDir="false" afterPath="$PROJECT_DIR$/turnel_FE/src/_actions/user_action.js" afterDir="false" /> | ||
| 12 | - <change beforePath="$PROJECT_DIR$/turnel_FE/src/component/views/LoginPage/LoginPage.js" beforeDir="false" afterPath="$PROJECT_DIR$/turnel_FE/src/component/views/LoginPage/LoginPage.js" afterDir="false" /> | ||
| 13 | - <change beforePath="$PROJECT_DIR$/turnel_FE/src/setupProxy.js" beforeDir="false" afterPath="$PROJECT_DIR$/turnel_FE/src/setupProxy.js" afterDir="false" /> | ||
| 14 | </list> | 9 | </list> |
| 15 | <option name="SHOW_DIALOG" value="false" /> | 10 | <option name="SHOW_DIALOG" value="false" /> |
| 16 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | 11 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> |
| ... | @@ -29,7 +24,7 @@ | ... | @@ -29,7 +24,7 @@ |
| 29 | <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> | 24 | <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> |
| 30 | <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> | 25 | <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> |
| 31 | <property name="WebServerToolWindowFactoryState" value="false" /> | 26 | <property name="WebServerToolWindowFactoryState" value="false" /> |
| 32 | - <property name="last_opened_file_path" value="$PROJECT_DIR$" /> | 27 | + <property name="last_opened_file_path" value="$PROJECT_DIR$/turnel_FE" /> |
| 33 | <property name="node.js.detected.package.eslint" value="true" /> | 28 | <property name="node.js.detected.package.eslint" value="true" /> |
| 34 | <property name="node.js.detected.package.tslint" value="true" /> | 29 | <property name="node.js.detected.package.tslint" value="true" /> |
| 35 | <property name="node.js.selected.package.eslint" value="(autodetect)" /> | 30 | <property name="node.js.selected.package.eslint" value="(autodetect)" /> |
| ... | @@ -50,6 +45,8 @@ | ... | @@ -50,6 +45,8 @@ |
| 50 | <workItem from="1638631542578" duration="3985000" /> | 45 | <workItem from="1638631542578" duration="3985000" /> |
| 51 | <workItem from="1638641485255" duration="60000" /> | 46 | <workItem from="1638641485255" duration="60000" /> |
| 52 | <workItem from="1638641565668" duration="11802000" /> | 47 | <workItem from="1638641565668" duration="11802000" /> |
| 48 | + <workItem from="1638769052031" duration="25000" /> | ||
| 49 | + <workItem from="1638769217172" duration="23000" /> | ||
| 53 | </task> | 50 | </task> |
| 54 | <servers /> | 51 | <servers /> |
| 55 | </component> | 52 | </component> | ... | ... |
| ... | @@ -21,3 +21,114 @@ | ... | @@ -21,3 +21,114 @@ |
| 21 | npm-debug.log* | 21 | npm-debug.log* |
| 22 | yarn-debug.log* | 22 | yarn-debug.log* |
| 23 | yarn-error.log* | 23 | yarn-error.log* |
| 24 | + | ||
| 25 | +# Created by https://www.toptal.com/developers/gitignore/api/webstorm | ||
| 26 | +# Edit at https://www.toptal.com/developers/gitignore?templates=webstorm | ||
| 27 | + | ||
| 28 | +### WebStorm ### | ||
| 29 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider | ||
| 30 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
| 31 | + | ||
| 32 | +# User-specific stuff | ||
| 33 | +.idea/**/workspace.xml | ||
| 34 | +.idea/**/tasks.xml | ||
| 35 | +.idea/**/usage.statistics.xml | ||
| 36 | +.idea/**/dictionaries | ||
| 37 | +.idea/**/shelf | ||
| 38 | + | ||
| 39 | +# AWS User-specific | ||
| 40 | +.idea/**/aws.xml | ||
| 41 | + | ||
| 42 | +# Generated files | ||
| 43 | +.idea/**/contentModel.xml | ||
| 44 | + | ||
| 45 | +# Sensitive or high-churn files | ||
| 46 | +.idea/**/dataSources/ | ||
| 47 | +.idea/**/dataSources.ids | ||
| 48 | +.idea/**/dataSources.local.xml | ||
| 49 | +.idea/**/sqlDataSources.xml | ||
| 50 | +.idea/**/dynamic.xml | ||
| 51 | +.idea/**/uiDesigner.xml | ||
| 52 | +.idea/**/dbnavigator.xml | ||
| 53 | + | ||
| 54 | +# Gradle | ||
| 55 | +.idea/**/gradle.xml | ||
| 56 | +.idea/**/libraries | ||
| 57 | + | ||
| 58 | +# Gradle and Maven with auto-import | ||
| 59 | +# When using Gradle or Maven with auto-import, you should exclude module files, | ||
| 60 | +# since they will be recreated, and may cause churn. Uncomment if using | ||
| 61 | +# auto-import. | ||
| 62 | +# .idea/artifacts | ||
| 63 | +# .idea/compiler.xml | ||
| 64 | +# .idea/jarRepositories.xml | ||
| 65 | +# .idea/modules.xml | ||
| 66 | +# .idea/*.iml | ||
| 67 | +# .idea/modules | ||
| 68 | +# *.iml | ||
| 69 | +# *.ipr | ||
| 70 | + | ||
| 71 | +# CMake | ||
| 72 | +cmake-build-*/ | ||
| 73 | + | ||
| 74 | +# Mongo Explorer plugin | ||
| 75 | +.idea/**/mongoSettings.xml | ||
| 76 | + | ||
| 77 | +# File-based project format | ||
| 78 | +*.iws | ||
| 79 | + | ||
| 80 | +# IntelliJ | ||
| 81 | +out/ | ||
| 82 | + | ||
| 83 | +# mpeltonen/sbt-idea plugin | ||
| 84 | +.idea_modules/ | ||
| 85 | + | ||
| 86 | +# JIRA plugin | ||
| 87 | +atlassian-ide-plugin.xml | ||
| 88 | + | ||
| 89 | +# Cursive Clojure plugin | ||
| 90 | +.idea/replstate.xml | ||
| 91 | + | ||
| 92 | +# Crashlytics plugin (for Android Studio and IntelliJ) | ||
| 93 | +com_crashlytics_export_strings.xml | ||
| 94 | +crashlytics.properties | ||
| 95 | +crashlytics-build.properties | ||
| 96 | +fabric.properties | ||
| 97 | + | ||
| 98 | +# Editor-based Rest Client | ||
| 99 | +.idea/httpRequests | ||
| 100 | + | ||
| 101 | +# Android studio 3.1+ serialized cache file | ||
| 102 | +.idea/caches/build_file_checksums.ser | ||
| 103 | + | ||
| 104 | +### WebStorm Patch ### | ||
| 105 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 | ||
| 106 | + | ||
| 107 | +# *.iml | ||
| 108 | +# modules.xml | ||
| 109 | +# .idea/misc.xml | ||
| 110 | +# *.ipr | ||
| 111 | + | ||
| 112 | +# Sonarlint plugin | ||
| 113 | +# https://plugins.jetbrains.com/plugin/7973-sonarlint | ||
| 114 | +.idea/**/sonarlint/ | ||
| 115 | + | ||
| 116 | +# SonarQube Plugin | ||
| 117 | +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin | ||
| 118 | +.idea/**/sonarIssues.xml | ||
| 119 | + | ||
| 120 | +# Markdown Navigator plugin | ||
| 121 | +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced | ||
| 122 | +.idea/**/markdown-navigator.xml | ||
| 123 | +.idea/**/markdown-navigator-enh.xml | ||
| 124 | +.idea/**/markdown-navigator/ | ||
| 125 | + | ||
| 126 | +# Cache file creation bug | ||
| 127 | +# See https://youtrack.jetbrains.com/issue/JBR-2257 | ||
| 128 | +.idea/$CACHE_FILE$ | ||
| 129 | + | ||
| 130 | +# CodeStream plugin | ||
| 131 | +# https://plugins.jetbrains.com/plugin/12206-codestream | ||
| 132 | +.idea/codestream.xml | ||
| 133 | + | ||
| 134 | +# End of https://www.toptal.com/developers/gitignore/api/webstorm | ... | ... |
-
Please register or login to post a comment