-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🙈 We need to update this to enforce consistency.
- Loading branch information
Sigrunixia
authored and
Sigrunixia
committed
Oct 29, 2024
1 parent
c176c33
commit fa9a10c
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
# obsidian settings, plugins, etc. | ||
.obsidian/ | ||
# Undesired obsidian settings, plugins, etc. | ||
# We need *Some* so we can address consistency | ||
.obsidian/core-plugins.json | ||
.obsidian/appearance.json | ||
.obsidian/plugins/**/main.js | ||
.obsidian/plugins/**/styles.css | ||
|
||
# obsidian trash-folder | ||
.trash/ | ||
# macOS Finder, but I'm usually in the terminal | ||
.DS_Store | ||
|
||
# IDE environments | ||
.vscode | ||
.idea |
Empty file.