-
Notifications
You must be signed in to change notification settings - Fork 50
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
.gitignore in notes repo #52
Comments
That's an interesting bug, and a great feature idea! Thanks for the report. I'll try to fix it soon. |
👍 |
Maybe it would be adequate to just not show any hidden files or directories, instead of relying on .gitignore. |
@billt2006 how would you handle the differences between windows and nix hidden folders? |
Does Git for Windows use dotfiles? Maybe it would be good enough to just ignore any file/directory starting with "." for this. |
@billt2006 windows git uses a .git directory same as nix if that's what you're asking. |
#64 seems to address the issue so I'm not going to work on it any further |
I added a .gitignore to my notes repo and now it shows up as a notebook tab in magpie 0.1.0 (see attached image).
Also, it might be a good feature for magpie to also ignore notebooks in the gitignore file. For example, hide my "archive" notebook if I have it in .gitignore. Thanks.
The text was updated successfully, but these errors were encountered: