ignore temp folder; added comments

This commit is contained in:
constantinos 2023-08-15 18:51:31 +03:00
parent 1b7ac0d205
commit cdd99d0e92

11
.gitignore vendored
View file

@ -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/