From 7c0258f8955b41c37f9de1d543e05bade368eb2d Mon Sep 17 00:00:00 2001 From: Nex Date: Sun, 5 Apr 2020 11:46:08 +0800 Subject: [PATCH] Remove VsCode settings --- .gitignore | 113 ++++++++++++++++++++++++++++++++++++++---- .vscode/settings.json | 3 -- 2 files changed, 103 insertions(+), 13 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index aba9421..b5dbfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,95 @@ +/gen/ -# Created by https://www.gitignore.io/api/windows,osx,linux,jebtrain +# Created by https://www.gitignore.io/api/windows,osx,linux,jetbrains,visualstudiocode +# Edit at https://www.gitignore.io/?templates=windows,osx,linux,jetbrains,visualstudiocode -#!! ERROR: jebtrain is undefined. Use list command to see defined gitignore types !!# +### JetBrains ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### JetBrains Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +.idea/**/sonarlint/ + +# SonarQube Plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator/ ### Linux ### *~ @@ -46,9 +134,21 @@ Network Trash Folder Temporary Items .apdisk +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history + ### Windows ### # Windows thumbnail cache files Thumbs.db +Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db @@ -71,11 +171,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk - -# End of https://www.gitignore.io/api/windows,osx,linux,jebtrain - -# For this project - -/gen/ - -# End this project +# End of https://www.gitignore.io/api/windows,osx,linux,jetbrains,visualstudiocode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a460645..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "go.inferGopath": false -} \ No newline at end of file