diff --git a/.gitignore b/.gitignore index e668f3b..20cb231 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ node_modules/ /build-copy/ /logs/ /settings/ +.idea/ /config.json \ No newline at end of file diff --git a/src/ts/client/credits.ts b/src/ts/client/credits.ts index 8bb7bf7..cf56e16 100644 --- a/src/ts/client/credits.ts +++ b/src/ts/client/credits.ts @@ -52,6 +52,12 @@ export const CREDITS: Credit[] = [ title: 'Programmer', avatarIndex: 4, links: ['https://github.com/Stubenhocker1399'] + }, + { + name: 'Luney', + title: 'Programmer', + avatarIndex: 5, + links: ['https://twitter.com/luneythesnep', 'https://github.com/LunarMist'] } ];