-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (31 loc) · 758 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (31 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
test-vault/.obsidian/*.json
!test-vault/.obsidian/app.json
!test-vault/.obsidian/community-plugins.json
!test-vault/.obsidian/core-plugins.json
!test-vault/.obsidian/hotkeys.json
!test-vault/.obsidian/workspaces.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Built plugin files copied into test vault
test-vault/.obsidian/plugins/vim-motions/
# WDIO / E2E testing
.obsidian-cache/
test-vault/.obsidian.vimrc
test-vault/.obsidian/plugins/wdio-obsidian-service-plugin/
# Sisyphus plans
.sisyphus/
.omc/