Update ignored token files

This commit is contained in:
AnimeDL 2024-04-11 13:17:29 -07:00
parent 79fc6584d7
commit e9c040ceb7
2 changed files with 6 additions and 12 deletions

9
.gitignore vendored
View file

@ -21,12 +21,9 @@ token.yml
lib
test.*
updates.json
funi_token.yml
cr_token.yml
hd_profile.yml
hd_sess.yml
hd_token.yml
hd_new_token.yml
*_token.yml
*_profile.yml
*_sess.yml
archive.json
guistate.json
fonts

9
tsc.ts
View file

@ -32,12 +32,9 @@ const ignore = [
'./bin/mkvtoolnix*',
'./config/token.yml$',
'./config/updates.json$',
'./config/cr_token.yml$',
'./config/funi_token.yml$',
'./config/new_hd_token.yml$',
'./config/hd_token.yml$',
'./config/hd_sess.yml$',
'./config/hd_profile.yml$',
'./config/*_token.yml$',
'./config/*_sess.yml$',
'./config/*_profile.yml$',
'*/\\.eslint*',
'*/*\\.tsx?$',
'./fonts*',