You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-lugit-theme/🍵 lugit-theme.code-workspace

35 lines
581 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": false,
"**/.svn": false,
"**/.hg": false,
"**/CVS": false,
"**/.DS_Store": false,
"**/Thumbs.db": true,
"**/.project": false,
"**/.classpath": false,
".vscode": false,
".settings": false,
".idea/": false,
".out/": false,
"out/": false,
"*.iml": false,
"*.iws": false,
"*.ipr": false,
"*.ids": false,
"*.orig": false,
"build/": false,
"bin/": false,
".gradle": false,
"**/.settings": true,
"**/.factorypath": true
}
}
}