ignore temp folder; added comments
This commit is contained in:
parent
1b7ac0d205
commit
cdd99d0e92
1 changed files with 8 additions and 3 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue