1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/.vscode/settings.json
Stefano Pigozzi 279a190b48
Complete pixeldawn theme
Co-authored-by: Francesca Peres <Viktya@users.noreply.github.com>
2022-12-29 04:00:52 +01:00

14 lines
No EOL
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,
}
}