Skip to content

Commit ccf2336

Browse files
authored
Ignore Obsidian files (#271)
1 parent b6c6625 commit ccf2336

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.obsidian
3+
.vs
24
*.code-workspace
35
!project.code-workspace
4-
.vs/*

project.code-workspace

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
"titleBar.activeBackground": "#00b3e6",
147147
"titleBar.activeForeground": "#15202b",
148148
"titleBar.inactiveBackground": "#00b3e699",
149-
"titleBar.inactiveForeground": "#15202b99"
149+
"titleBar.inactiveForeground": "#15202b99",
150+
"commandCenter.border": "#15202b99"
150151
},
151152
"peacock.color": "#00b3e6"
152153
}

0 commit comments

Comments
 (0)