add support for ignored repositories list
See original GitHub issuegiven a workspace like the following:
Tempo DE9002
is actually the root folder, and the rest of the folders are sub directories at various levels within the root added simply to ease navigation.
The root folder is actually a separate SVN project from the folders underneath it. (it’s essentially a build infrastructure project).
I would like to ignore this root directory, but I can’t seem to figure out how to use the svn.multipleFolders.ignore
option to do so.
Some help maybe?
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Git: Support an ignored repository list setting #46763 - GitHub
Whenever I open Preferences > Settings, my repo is added to the source control sidebar. Steps to reproduce on Mac: Quit VSCode; mv...
Read more >Add previously ignored directory to Git repository
You can simply go to the Directory of the File where .gitignore file is located. This File contains all the files that are...
Read more >.gitignore file - ignoring files in Git | Atlassian Git Tutorial
Git ignore patterns are used to exclude certain files in your working directory from your Git history. They can be local, global, or...
Read more >How to fix .gitignore not working on your repository
Essentially, a .gitignore list does not work to ignore files that are already committed into the Git repository. This means that if you:....
Read more >What is Gitignore and How to Add it to Your Repo
Each new line should list an additional file or folder that you want Git to ignore. The entries in this file can also...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@JohnstonCode, we can make like https://github.com/Microsoft/vscode/pull/47890
I wish the path would be relative to the root project