kanru / logseq-encrypt-ui

Utility to encrypt/decrypt Logseq graphs
Apache License 2.0
77 stars 2 forks source link

Ignore .git directory for repos who use git as a backup/versioning system #1

Closed SlyBouhafs closed 3 years ago

SlyBouhafs commented 3 years ago

Hi,

I noticed that logseq-encrypt-ui doesn't ignore the .git directory when scanning for encrypted files, which takes a lot of time. Is it possible to avoid scanning the .git directory to make it a little bit faster?

kanru commented 3 years ago

Good idea! I think it should ignore all hidden directory since Logseq doesn't use one.