Skip to content

Commit

Permalink
Add few more fields to song information (#141)
Browse files Browse the repository at this point in the history
* [meta] Add ignore paths to vscode settings

* [feature] Add few more fields to song information

Fields include lyricist, composer, genre, category
and label.
  • Loading branch information
pmphfm authored May 21, 2021
1 parent 4c25195 commit f104355
Show file tree
Hide file tree
Showing 20 changed files with 511 additions and 469 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.watcherExclude": {
"**/target/**": true,
"**/test-output/**": true
},
"files.exclude": {
"**/target": true,
"**/test-output": true
}
}
Loading

0 comments on commit f104355

Please sign in to comment.