Question: Experience with Code Editors + Ignored Files?
See original GitHub issueHello, I just stumbled across Meta for the first and am trying it out as I’m in that typical mono-vs-multi repo situation. I like the idea of meta, however upon trying it out I ran into an issue pretty quickly. I use Atom, and like other code editors it supports the .gitignore file… so any directories or files that are ignored get grayed-out. This is a big issue for me in that I now lost my indicators that colorize new (green) and modified (orange) files and the like.
I’m curious if others have worked around this somehow with Atom or similar code editors? How do you use meta, but still maintain full git support being that the project folders are listed in the top level .gitignore file?
Thanks for the insight, I appreciate any feedback.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
How can I show ignored files in visual studio code?
yes it is possible: go to Preferences > Settings, and edit the User Settings file to comment out excluded files in the "files.exclude"...
Read more >Sudden: You are editing file which is ignored message
Suddenly today, I noticed the message: "You are editing file which is ignored" when I clicked on one of my temples (home.hbs). This...
Read more >Ignoring Files and Folders in Git
Editing .gitignore file. Using git status –ignored to see whether the folder is removed from the ignored files or not.
Read more >Workspace Search in VS Code — A deep dive on find in files ...
... Find in Folder from the explorer 23:46 Search only in open editors 24:29 Files to exclude 25:46 Use exclude settings and ignore...
Read more >Managing Extensions in Visual Studio Code
Discover, add, update, disable and uninstall Visual Studio Code extensions (plug-ins) through the Extension Marketplace.
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

@patrickleet I actually tried that. I had a workspace for the meta repo, and a separate that just included the sub-directory projects… VSCode must be sourcing
.gitignoreall the way up the parent directory stack because even in that case it was still treating the subdirectories as ignored. I’m at a loss here.VSCODE: 1.34.0 macOS: Mojave 10.14.4
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.