Have you tried setting a *directories* entry in the tiddlywiki.files file, with a *fileRegExp* that excludes dotfiles?
On Friday, September 25, 2020 at 5:57:36 PM UTC+2, kohlt...@gmail.com wrote: > > Yes, it lives inside the plugin directory (which is the root directory of > that repository). > > Thanks for the link, but I could not find any way to tell TW to just skip > that file upon building the resulting HTML file. As far as I understand it > lets me replace the content of that file but there would still be an > shadowtiddler like > "/home/tristan/projects/github/tiddlywiki/plugins/myplugin/.fslckout". > > On Thursday, September 24, 2020 at 8:47:06 PM UTC saq.i...@gmail.com > wrote: > >> I assume the .fslckout file is created inside the plugin directory? >> >> You can control what is included from the directory using a >> tiddlywiki.files file: >> https://tiddlywiki.com/#tiddlywiki.files%20Files >> >> You can probably use the filesRegExp option to meet your needs. >> >> >> On Thursday, September 24, 2020 at 9:09:29 PM UTC+2, kohlt...@gmail.com >> wrote: >>> >>> 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 <https://fossil-scm.org/> 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. >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/901afef2-3091-46f9-aed0-7dbcb97345bao%40googlegroups.com.