Initial commit of code

This commit is contained in:
Oliver Traber 2022-01-03 22:55:58 +01:00
parent d27b0f7ea2
commit ba484d3d9a
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
8 changed files with 8792 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?