charlesthomas / magpie

Git-backed Evernote replacement
MIT License
645 stars 50 forks source link

.gitignore in notes repo #52

Open rmiceli opened 10 years ago

rmiceli commented 10 years ago

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 commented 10 years ago

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

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

Erwyn commented 10 years ago

:+1:

thornbill commented 10 years ago

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

tony-o commented 9 years ago

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

thornbill commented 9 years ago

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

tony-o commented 9 years ago

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

tony-o commented 9 years ago

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