From 0e315cb400aa6e4a23f8534b25a23d48c7b6783d Mon Sep 17 00:00:00 2001 From: constantinos Date: Thu, 3 Aug 2023 13:32:42 +0300 Subject: [PATCH] exclude library from git tracking --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f524cc..78941e8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,8 @@ /public/ # hiddern folder generated by obsidian (if one uses that) .obsidian/ + +# ignore library (uploaded with rsync) +content/library/ # the Calibre trash folder shouldn't be synced either -content/library/.caltrash \ No newline at end of file +#content/library/.caltrash