chore: initial commit

This commit is contained in:
Divlo
2023-01-02 15:23:16 +01:00
commit 221ded7d62
35 changed files with 22848 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# dependencies
node_modules
.npm
# testing
coverage
.nyc_output
# debug
npm-debug.log*
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
.DS_Store