Initial commit

This commit is contained in:
Yeicor
2024-01-28 21:13:03 +01:00
commit ff629bc006
8 changed files with 1879 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
/node_modules/
/dist/
/.cache/
/.parcel-cache/
/.idea/