* [meta] Add ignore paths to vscode settings * [feature] Add few more fields to song information Fields include lyricist, composer, genre, category and label.
10 lines
No EOL
167 B
JSON
10 lines
No EOL
167 B
JSON
{
|
|
"files.watcherExclude": {
|
|
"**/target/**": true,
|
|
"**/test-output/**": true
|
|
},
|
|
"files.exclude": {
|
|
"**/target": true,
|
|
"**/test-output": true
|
|
}
|
|
} |