diff --git a/.gitignore b/.gitignore index 7f91721..e3f80c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,35 @@ -# ---> Windows -# Windows thumbnail cache files +# 忽略 .obsidian 文件夹下的所有内容 + +.obsidian/ + +# 忽略垃圾箱中的内容 + +.trash/ + +# macOS 系统文件 + +.DS_Store + +# Windows 系统缩略图缓存 + Thumbs.db -Thumbs.db:encryptable -ehthumbs.db -ehthumbs_vista.db -# Dump file -*.stackdump +# Linux 文件管理器生成的缓存 -# Folder config file -[Dd]esktop.ini +.directory -# Recycle Bin used on file shares -$RECYCLE.BIN/ +# 忽略 node . js 插件的依赖(如果你在库中开发插件) -# Windows Installer files -*.cab -*.msi -*.msix -*.msm -*.msp +node_modules/ -# Windows shortcuts -*.lnk +# 如果你使用 Obsidian Git 插件,它可能会有临时文件 +.obsidian-git-log.txt + +# 忽略临时或备份文件 + +*.swp + +*.swo + +*~ \ No newline at end of file