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
|
ignore_filetypes = { -- disable format on save for specified filetypes
|
||||||
"markdown",
|
"markdown",
|
||||||
"python",
|
"python",
|
||||||
|
"html",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
- .git/**
|
- .git/**
|
||||||
- .vscode/**
|
- .vscode/**
|
||||||
- ~$*
|
- ~$*
|
||||||
|
# libre office files
|
||||||
|
- .~*#
|
||||||
- node_modules/**
|
- node_modules/**
|
||||||
+ **
|
+ **
|
||||||
|
|
Loading…
Reference in a new issue