forked from FoundKeyGang/FoundKey
Johann150
ed27f61a4d
Squashed commit of the following: commit54f0b67b25
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 21:27:15 2022 +0100 use nextTick instead of setTimeout commit6998cae7e3
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 21:14:55 2022 +0100 my absolute terrible fix to the unhide issue commit79f546d150
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 21:01:35 2022 +0100 stop player on hide/unhide commit6b7f13e8ef
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 10:36:59 2022 +0100 make webkit style range slider the same commit8a267c5cdc
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 01:16:18 2022 +0100 restyling range inputs commitc39e1671b2
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 00:57:47 2022 +0100 make module seekable commitc1762f27ae
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 00:14:35 2022 +0100 remove accesskey attribs commit08f75a01f1
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 00:12:23 2022 +0100 v-else on play button commit9302a9faaa
Author: Puniko <me@absturztaube.ch> Date: Thu Dec 29 00:08:19 2022 +0100 replace filter with some commitbffd15daed
Author: Puniko <me@absturztaube.ch> Date: Wed Dec 28 09:13:20 2022 +0100 add chiptune2 and libopenmpt into COPYING commit794298c21c
Author: Puniko <me@absturztaube.ch> Date: Tue Dec 27 15:32:43 2022 +0100 little cleanup commitf383aec1cd
Author: Puniko <me@absturztaube.ch> Date: Tue Dec 27 15:23:25 2022 +0100 repeat only once and proper handling of track ending commitfdaa9614c9
Author: Puniko <me@absturztaube.ch> Date: Tue Dec 27 14:52:20 2022 +0100 prevent losing connection when downloading module commit6c5723c795
Author: Puniko <me@absturztaube.ch> Date: Tue Dec 27 14:45:59 2022 +0100 colours!!! 🌈 commitdba4f0a4a9
Author: Puniko <me@absturztaube.ch> Date: Tue Dec 27 13:01:06 2022 +0100 replace with i18n commit4234dfbdbc
Author: Puniko <me@absturztaube.ch> Date: Mon Dec 26 15:47:10 2022 +0100 retab commit0cc1ea8c3e
Author: Puniko <me@absturztaube.ch> Date: Mon Dec 26 15:19:28 2022 +0100 include libopenmpt tracker to foundkey commitc2437c696a
Author: Puniko <me@absturztaube.ch> Date: Mon Dec 26 12:08:49 2022 +0100 add libopenmpt Reviewed-on: FoundKeyGang/FoundKey#306 Changelog: Added
67 lines
711 B
Text
67 lines
711 B
Text
# Visual Studio Code
|
|
/.vscode
|
|
/.vsls.json
|
|
|
|
# Intelij-IDEA
|
|
/.idea
|
|
|
|
# Sublime Text
|
|
/*.sublime-*
|
|
|
|
# nano
|
|
.swp
|
|
|
|
# vimlocal
|
|
.vimlocal
|
|
|
|
# Node.js
|
|
node_modules
|
|
report.*.json
|
|
|
|
# Cypress
|
|
cypress/screenshots
|
|
cypress/videos
|
|
|
|
# config
|
|
/.config/*
|
|
!/.config/example.yml
|
|
!/.config/docker_example.env
|
|
|
|
# misskey
|
|
/build
|
|
built
|
|
/data
|
|
/.cache-loader
|
|
/db
|
|
/elasticsearch
|
|
npm-debug.log
|
|
*.pem
|
|
run.bat
|
|
api-docs.json
|
|
*.log
|
|
/redis
|
|
*.code-workspace
|
|
.DS_Store
|
|
/files
|
|
ormconfig.json
|
|
|
|
# blender backups
|
|
*.blend1
|
|
*.blend2
|
|
*.blend3
|
|
*.blend4
|
|
*.blend5
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
packages/client/.yarn/*
|
|
packages/backend/.yarn/*
|
|
packages/sw/.yarn/*
|
|
|
|
# TypeScript
|
|
tsconfig.tsbuildinfo
|