question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add support for ignored repositories list

See original GitHub issue

given a workspace like the following:

image

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:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
edgardmessiascommented, Aug 14, 2018
1reaction
nffdiogosilvacommented, Sep 9, 2019

I wish the path would be relative to the root project

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found