[pass] [RFC][PATCH] create a default .gitignore for pass if not exists

eirc eirc.eirc at gmail.com
Fri Sep 19 17:40:22 CEST 2014


On Fri, Sep 19, 2014 at 6:10 PM, Tom Johnson <tiddlydum at gmail.com> wrote:

> **.gpg


That didn't work either but I eventually found the issue, it's that
ignoring * ignores all folders themselves so you can exclude them from
ignoring with !*/

So this would probably work:
*
!.gitignore
!.gpg-id
!*.gpg
!*/

Also you probably want to unignore .gitattributes

-- 
Errikos Koen,
Web Developer / Software Engineer
www.pamediakopes.gr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20140919/837e0351/attachment.html>


More information about the Password-Store mailing list