site-generator icon indicating copy to clipboard operation
site-generator copied to clipboard

Ignore pattern (feature request)

Open maufdez opened this issue 6 years ago • 3 comments

I am currently editing the content pages with Emacs, it would be nice if I can set something in the config to ignore the file~ produced by Emacs, specially when the test server is running.

maufdez avatar Oct 11 '18 16:10 maufdez

https://github.com/AlexCharlton/site-generator/blob/18834db0b0fade45fe5ebb9a9fcda605c6472c19/src/site-generator.lisp#L143-L144

We could add support for .gitignore files. Or state a stricter format for content files. Or just edit that regex.

What do you think ?

ghost avatar Oct 11 '18 18:10 ghost

Temporarily fixed https://github.com/AlexCharlton/site-generator/commit/056854b8ef3ca783b01bdecdb8dee8fb7b0ac143

ghost avatar Oct 11 '18 18:10 ghost

Thanks ghost, I have not checked this for a while, is the change already in the Master branch?

maufdez avatar Nov 10 '18 16:11 maufdez