mirror of
https://github.com/playerofgames/obsidian-mia-theme.git
synced 2026-07-22 04:50:24 +00:00
update gitignore
This commit is contained in:
parent
c1b241b88d
commit
51e9490f0d
2 changed files with 4 additions and 11 deletions
|
|
@ -1,10 +0,0 @@
|
|||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +1,5 @@
|
|||
# vscode
|
||||
.vscode
|
||||
.vscode
|
||||
|
||||
# Intellij
|
||||
*.iml
|
||||
|
|
@ -13,3 +13,6 @@ node_modules
|
|||
|
||||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
||||
# Zed
|
||||
.editorconfig
|
||||
|
|
|
|||
Loading…
Reference in a new issue