mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
Updated tsconfig to exclude docs + ignore list
This commit is contained in:
@@ -10,4 +10,9 @@ vsc-extension-quickstart.md
|
||||
**/*.ts
|
||||
webpack.config.js
|
||||
node_modules
|
||||
docs
|
||||
docs
|
||||
tailwind.config.js
|
||||
sample
|
||||
postcss.config.js
|
||||
.templates
|
||||
.github
|
||||
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".vscode-test"
|
||||
".vscode-test",
|
||||
"docs"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user