Initialized Git repository with project.

This commit is contained in:
MrMasrozYTLIVE
2023-12-10 21:40:40 +03:00
commit 9b888ac71d
23 changed files with 1255 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
build
build/*
node_modules/
node_modules/*
.idea/
.idea/*