From 4c95e82b78c7a41f9385d89c0813a57cbdb58683 Mon Sep 17 00:00:00 2001 From: constantinos Date: Fri, 14 Jul 2023 17:40:09 +0300 Subject: [PATCH] include /library/ ; ignore calibre trash; added comments. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e214849..2f524cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +# builds of the site need not be synchronized /public/ -.obsidian/ \ No newline at end of file +# hiddern folder generated by obsidian (if one uses that) +.obsidian/ +# the Calibre trash folder shouldn't be synced either +content/library/.caltrash \ No newline at end of file