From cdd99d0e9233ab27aabb3c5d032bec22a626b152 Mon Sep 17 00:00:00 2001 From: constantinos Date: Tue, 15 Aug 2023 18:51:31 +0300 Subject: [PATCH] ignore temp folder; added comments --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 78941e8..0b12632 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ -# builds of the site need not be synchronized +# Ignore builds of the site that need not be synchronized /public/ -# hiddern folder generated by obsidian (if one uses that) + +# Hide content generated by Obsidian (if one uses that) .obsidian/ -# ignore library (uploaded with rsync) +## LIBRARY +# ignore library (library uploaded with rsync rather than git) content/library/ # the Calibre trash folder shouldn't be synced either #content/library/.caltrash + +# ignore a temp-backup folder +/temp-back/