chore: add local updates
This commit is contained in:
parent
a95c5d7354
commit
b449a96b8e
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ return {
|
|||
ignore_filetypes = { -- disable format on save for specified filetypes
|
||||
"markdown",
|
||||
"python",
|
||||
"html",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
- .git/**
|
||||
- .vscode/**
|
||||
- ~$*
|
||||
# libre office files
|
||||
- .~*#
|
||||
- node_modules/**
|
||||
+ **
|
||||
|
|
Loading…
Reference in a new issue