1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +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
+14
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": {}
}