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 lib
test.* test.*
updates.json updates.json
funi_token.yml *_token.yml
cr_token.yml *_profile.yml
hd_profile.yml *_sess.yml
hd_sess.yml
hd_token.yml
hd_new_token.yml
archive.json archive.json
guistate.json guistate.json
fonts fonts

9
tsc.ts
View file

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