mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
14 lines
292 B
JSON
14 lines
292 B
JSON
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.svn": true,
|
||
|
"**/.hg": true,
|
||
|
"**/CVS": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/Thumbs.db": true,
|
||
|
".idea": true,
|
||
|
"dist": true,
|
||
|
"node_modules": true,
|
||
|
".nojekyll": true,
|
||
|
}
|
||
|
}
|