Skip to content

Instantly share code, notes, and snippets.

@virgilwashere
Last active December 26, 2018 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virgilwashere/7bfc0999085d89169ee473e1aea66fea to your computer and use it in GitHub Desktop.
Save virgilwashere/7bfc0999085d89169ee473e1aea66fea to your computer and use it in GitHub Desktop.
# gitProjectManager ## vscode extension Allows you to change easily between git projects. * https://github.com/felipecaputo/git-project-manager Specifies folders to be ignored. (node_modules for example), improving search performance. Edit in sett
"gitProjectManager.displayProjectPath": true,
"gitProjectManager.baseProjectsFolders": [
"C:\\Users\\Username\\Documents\\git"
],
"gitProjectManager.ignoredFolders": [
"node_modules",
"out",
"typings",
"test",
".haxelib"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment