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

ADD support for ignoring some vault files with a .zolaignore file #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thelayeredmind
Copy link

@thelayeredmind thelayeredmind commented Nov 2, 2023

I encountered the problem, that I have some workfiles in my Vault I want to be ignored, like templates.
In the spirit of .gitignore ignoring files for git, I implemented a support for ignoring files in zola specifically with a .zolaignore file.
It also supports globs like .gitignore, which makes it intuitive to understand.

I hope you find this contribution helpful!
Tell if I can add anything else to this PR to meet your requirements.

Cheers, Seb

@thelayeredmind thelayeredmind changed the title ADD support for ignoring some vault files with a .zoraignore file ADD support for ignoring some vault files with a .zolaignore file Nov 2, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant