Skip to content

Commit

Permalink
ignore vault files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 11, 2023
1 parent 941c5e2 commit 3be8d8d
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 988 deletions.
18 changes: 9 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# top-most EditorConfig file
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
# top-most EditorConfig file
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
46 changes: 23 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# 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
workspace
workspace.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store
# 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
workspace
workspace.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store
3 changes: 3 additions & 0 deletions test-vault/.obsidian/plugins/simple-time-tracker/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!.gitignore
!data.json
Loading

0 comments on commit 3be8d8d

Please sign in to comment.