From 5a5692836ac47ea0e3e2f4acb3962213dc5cb068 Mon Sep 17 00:00:00 2001 From: Arlen22 Date: Mon, 9 Oct 2017 16:18:31 -0400 Subject: [PATCH] ignore any folder starting with tiddlywiki --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cef17df..14c2527 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,5 @@ uncaughtException.log /build/cache/* /.nexe/* /nexetest -/tiddlywiki +/tiddlywiki* *.exe