Skip to content

Commit

Permalink
Chore: Gitignore change
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzensi committed Jun 1, 2024
1 parent b15e679 commit ee626f1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules
vendor
@excluded
dist/**/*
assets/**/*.css
!dist/userscript
!dist/userscript/client.user.js
!dist/css
Expand Down
54 changes: 27 additions & 27 deletions src/UserInterface/Modals/UserInfoModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -665,37 +665,32 @@ export class UserInfoModal extends AbstractModal {
// label: 'Verified',
// active: true
// },
// {
// type: 'staff',
// label: 'Staff',
// active: true
// },
// {
// type: 'Partner',
// label: 'partner',
// active: true
// },
// {
// type: 'global_moderator',
// label: 'Global moderator',
// active: true
// },
// {
// type: 'global_admin',
// label: 'Global admin',
// active: true
// },
// // {
// // type: 'staff',
// // label: 'Staff',
// // active: true
// // },
// // {
// // type: 'Partner',
// // label: 'partner',
// // active: true
// // },
// // {
// // type: 'global_moderator',
// // label: 'Global moderator',
// // active: true
// // },
// // {
// // type: 'global_admin',
// // label: 'Global admin',
// // active: true
// // },
// {
// type: 'moderator',
// label: 'Moderator',
// active: true
// },
// {
// type: 'vip',
// label: 'VIP',
// active: true
// },
// {
// type: 'founder',
// label: 'Founder',
// active: true
Expand All @@ -706,10 +701,15 @@ export class UserInfoModal extends AbstractModal {
// active: true
// },
// {
// type: 'sidekick',
// label: 'Sidekick',
// type: 'vip',
// label: 'VIP',
// active: true
// },
// // {
// // type: 'sidekick',
// // label: 'Sidekick',
// // active: true
// // },
// {
// type: 'subscriber',
// label: 'Subscriber',
Expand Down

0 comments on commit ee626f1

Please sign in to comment.