This commit is contained in:
2020-05-17 13:56:21 +03:00
commit e9a41ffc22
32 changed files with 10191 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Cruft
*~
*#
.#*
.DS_Store
# Test
coverage
.eslintcache
# Logs
*.log
# npm & yarn
node_modules/
.npm
.yarn-integrity
build/*
# Editor/IDE
.idea
.vscode
packages/api/etc/