Hey guys,
I am writing a few plugins for myself and usually create a new edition for every plugin. When I am fine with my result and want to test, I run the build command in Node i.e.
node tiddlywiki.js editions/myplugin --build index
I use
Fossil as my SCM which creates a hidden file (.fslckout) inside the workdir which unfortunately gets included in the resulting plugin increasing its size dramatically. Moving this file in and out the workdir every time I want to build my plugin is quite the hassle. So I was wondering if there is some setting I could put in my
tiddlywiki.info so it skips hidden files.