1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Init VS Code config (#1959)

* feat: init VS Code

* Create chilly-mayflies-ring.md
This commit is contained in:
Paweł Kuna
2024-09-16 19:21:30 +02:00
committed by GitHub
parent af41fb30f0
commit 34f3efc42a
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Initialize Visual Studio Code config

2
.gitignore vendored
View File

@@ -12,8 +12,6 @@ node_modules/
/.cache/ /.cache/
.sass-cache/ .sass-cache/
.vscode/
/_gh_pages/ /_gh_pages/
/site/docs/**/dist/ /site/docs/**/dist/
/site/static/**/dist/ /site/static/**/dist/

14
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"files.exclude": {
"**/.git": false,
"**/.svn": false,
"**/.hg": false,
"**/CVS": false,
"**/.DS_Store": false,
"**/Thumbs.db": false,
"**/.idea/": false,
"dist": false,
"demo": false
},
"explorerExclude.backup": {}
}