26 lines
293 B
Plaintext
26 lines
293 B
Plaintext
# Ignore Obsidian folders
|
|||
|
|
00_Inbox/
|
||
|
|
01_Projects/
|
||
|
|
02_Areas/
|
||
|
|
03_Resources/
|
||
|
|
04_Archives/
|
||
|
|
05_Attachments/
|
||
|
|
06_Metadata/
|
||
|
|
OLD_VAULT/
|
||
|
|
|
||
|
|
# Ignore dependencies
|
||
|
|
node_modules/
|
||
|
|
package-lock.json
|
||
|
|
|
||
|
|
# Ignore build/dist
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
|
||
|
|
# Ignore hidden folders
|
||
|
|
.obsidian/
|
||
|
|
.trash/
|
||
|
|
.tmp/
|
||
|
|
.backup/
|
||
|
|
|
||
|
|
# Ignore git
|
||
|
|
.git/
|