Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Git-ignored subfolder as New Project folder (Grayed out) #1348

Open
tarkh opened this issue Jul 9, 2020 · 0 comments
Open

Git-ignored subfolder as New Project folder (Grayed out) #1348

tarkh opened this issue Jul 9, 2020 · 0 comments

Comments

@tarkh
Copy link

tarkh commented Jul 9, 2020

Hello guys, I've got some bug with tree view - when I attempt to add a git-ignored subfolder B of project A as separate new project B, it displays as grayed out. If in project A I do remove folder B from .gitignore, then immediately project B becomes colorised.

My workflow based on idea that my Main Application have Apps subfolder in it, which is ignored by .gitignore. Apps subfolder can contain different sub-applications in it, which can be separate git-repos (basically git in git, but not submodules, because Main Application doesn't depends on them). So I want to be able keep this sub-applications in their Apps subfolder of Main Application (because this sub-applications can only be launched within Main Application), but be able to add them as separate New Project folder without influence of .gitignore rules from Main Application project.

For simplicity I'll add simple scheme below:

A_project
  |-- .gitignore (apps/*)
  `-- apps
    `-- B_project

  ↓

Add Project Folder -> B_project
@tarkh tarkh changed the title Git-ignored subfolder as New Project folder (Greyed out) Git-ignored subfolder as New Project folder (Grayed out) Jul 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant