added gitignore and gitattribute
This commit is contained in:
parent
1ee71d8879
commit
76b6f313e8
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
trilium-data/document.db binary
|
||||
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/backups
|
||||
/trilium-datata/sessions
|
||||
# --- Trilium Notes Data Files to IGNORE (Volatile Data) ---
|
||||
trilium-data/log/
|
||||
trilium-data/sessions/
|
||||
trilium-data/session_secret.txt
|
||||
trilium-data/document.db-wal
|
||||
trilium-data/document.db-shm
|
||||
trilium-data/document.db binary
|
||||
trilium-data/
|
||||
trilium-data/sessions/
|
||||
|
||||
backups/
|
||||
trilium-data/
|
||||
Loading…
Reference in a new issue