mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
14 lines
226 B
JSON
14 lines
226 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
|
|
}
|
|
}
|