diff options
author | Jackson Taylor <jackson@jacksontaylor.xyz> | 2023-03-24 15:49:59 -0400 |
---|---|---|
committer | Jackson Taylor <jackson@jacksontaylor.xyz> | 2023-03-24 15:49:59 -0400 |
commit | 2daf4918c6bdc62b7a03e723e5d82ae469392e80 (patch) | |
tree | 5c3e70d8d02c95f781b2f2cd21925f425a6f606b /.gitignore | |
parent | 559a5d10bcca12943a1a1e71b3744216e7a46f6a (diff) |
Ignore working files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ music/* *.mp3 *.opus cookies.txt +thumbnails/* +headers_auth.json +parsed_song_data.json +parsed_album_data.json +raw_song_data.json # VSCode settings .vscode/* |