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