Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Google Cloud Ignore files “.gcloudignore” #577

Closed
slavaatsig opened this issue Mar 26, 2019 · 4 comments
Closed

Support Google Cloud Ignore files “.gcloudignore” #577

slavaatsig opened this issue Mar 26, 2019 · 4 comments

Comments

@slavaatsig
Copy link

Basically, .gcloudignore is almost like .gitignore except it has a special comment that can include another .gitignore-like file (without recursion.)

@JasonTheAdams
Copy link

@hsz I'm currently having an issue with this marking files/directories as ignored in the file tree rather than reflecting the VCS. In the screenshot below the tests directory, for example, is tracked by git, but after adding the .gcloudignore file (which does ignore it) the directory was marked as ignored.

File tree with wrong files ignored

Thanks for this great plugin!

@JasonTheAdams
Copy link

JasonTheAdams commented May 7, 2019

@hsz Just updated to 3.1 and the problem persists, I'm afraid. If I disable the plugin the correct directories/files are highlighted as ignored from git. But when I enable the file the issue comes back.

@hsz
Copy link
Member

hsz commented May 8, 2019

@JasonTheAdams Recently you've marked .gcloudignore as a Git type, so it was treated as a VCS-type, so it was coloring the Project Tree.
Now it is handled separately as Google Cloud, so it's possible to uncheck the Enable ignoring in the plugin's settings:

image

@JasonTheAdams
Copy link

JasonTheAdams commented May 8, 2019

@hsz Thank you for pointing that out. I actually found that a day or two ago, but unfortunately it hasn't resolved the issue. Google Cloud does currently have the "Enable ignoring" unchecked:
Screenshot of unchecked option

@hsz hsz closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants