First test version

This commit is contained in:
Fabian Stamm
2021-12-04 16:59:25 +01:00
commit e3b8716a85
12 changed files with 2068 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
/.yarn/cache
/.pnp.*
node_modules