From e9c040ceb74c86e76183dab69b921b3e853c7660 Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Thu, 11 Apr 2024 13:17:29 -0700 Subject: [PATCH] Update ignored token files --- .gitignore | 9 +++------ tsc.ts | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index a56e4c7..f6a14fe 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tsc.ts b/tsc.ts index 8b2eedd..3c1ee1a 100644 --- a/tsc.ts +++ b/tsc.ts @@ -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*',