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

.gitignore in notes repo #52

Open
rmiceli opened this issue Aug 15, 2014 · 7 comments
Open

.gitignore in notes repo #52

rmiceli opened this issue Aug 15, 2014 · 7 comments

Comments

@rmiceli
Copy link

rmiceli commented Aug 15, 2014

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.

magpie

@charlesthomas
Copy link
Owner

That's an interesting bug, and a great feature idea!

Thanks for the report. I'll try to fix it soon.

@Erwyn
Copy link
Contributor

Erwyn commented Aug 15, 2014

👍

@thornbill
Copy link
Contributor

Maybe it would be adequate to just not show any hidden files or directories, instead of relying on .gitignore.

@tony-o
Copy link
Contributor

tony-o commented Feb 5, 2015

@billt2006 how would you handle the differences between windows and nix hidden folders?

@thornbill
Copy link
Contributor

Does Git for Windows use dotfiles? Maybe it would be good enough to just ignore any file/directory starting with "." for this.

@tony-o
Copy link
Contributor

tony-o commented Feb 10, 2015

@billt2006 windows git uses a .git directory same as nix if that's what you're asking.

@tony-o
Copy link
Contributor

tony-o commented Feb 10, 2015

#64 seems to address the issue so I'm not going to work on it any further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants