This commit is contained in:
2023-02-11 00:33:00 +03:00
commit 6be8dce9f9
29 changed files with 1846 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Logs
logs
*.log
npm-debug.log*
*.lock
# Dependency directories
package-lock.json
/node_modules
# Optional npm cache directory
.npm
# Prod Bundle
/build
.vscode
.idea