Initial Commit

This commit is contained in:
Janis Meister
2022-02-23 12:30:12 +01:00
parent c2842e0523
commit a71db2fa0e
47 changed files with 6757 additions and 2963 deletions

22
.gitignore vendored
View File

@@ -1,18 +1,20 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
# Node
# dependencies
/node_modules
npm-debug.log
yarn-error.log
# profiling files
chrome-profiler-events*.json
# IDEs and editors
.idea/
/.idea
.project
.classpath
.c9/
@@ -20,7 +22,7 @@ yarn-error.log
.settings/
*.sublime-workspace
# Visual Studio Code
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
@@ -28,15 +30,17 @@ yarn-error.log
!.vscode/extensions.json
.history/*
# Miscellaneous
# misc
/.angular/cache
.sass-cache/
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System files
# System Files
.DS_Store
Thumbs.db