/
githubmirror
/
gitignore
Обзор
Документация
Войти
/
githubmirror
/
gitignore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
community/Obsidian/NotesAndCoreConfiguration.gitignore
16 строк
805 B
Christopher Patton
Add Obsidian community gitignore files
06 ноя 2023, 03:59
06 ноя 2023, 03:59
930fa35
Код
Авторство
О чём код?
# Excludes Obsidian workspace cache and plugins. All notes and core obsidian # configuration files are tracked by Git. # The current application UI state (DOM layout, recently-opened files, etc.) is # stored in these files (separate for desktop and mobile) so you can resume # your session seamlessly after a restart. If you want to track UI state, use # the Workspaces core plugin instead of relying on these files. .obsidian/workspace.json .obsidian/workspace-mobile.json # Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They # contain metadata (manifest.json), application code (main.js), stylesheets # (styles.css), and user-configuration data (data.json). # We want to exclude all plugin-related files, so we can exclude everything # under this directory. .obsidian/plugins/**/*