gitea源码

NotesAndCoreConfiguration 805B

1234567891011121314151617
  1. # Excludes Obsidian workspace cache and plugins. All notes and core obsidian
  2. # configuration files are tracked by Git.
  3. # The current application UI state (DOM layout, recently-opened files, etc.) is
  4. # stored in these files (separate for desktop and mobile) so you can resume
  5. # your session seamlessly after a restart. If you want to track UI state, use
  6. # the Workspaces core plugin instead of relying on these files.
  7. .obsidian/workspace.json
  8. .obsidian/workspace-mobile.json
  9. # Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They
  10. # contain metadata (manifest.json), application code (main.js), stylesheets
  11. # (styles.css), and user-configuration data (data.json).
  12. # We want to exclude all plugin-related files, so we can exclude everything
  13. # under this directory.
  14. .obsidian/plugins/**/*