Last active
December 26, 2018 01:58
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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