Initial Commit

This commit is contained in:
2024-04-04 21:14:45 +13:00
commit 10c550c19b
21 changed files with 4261 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Build download location
tmp/
/.cache
/build/
/scripts/
*.log
# Jetbrains IDE
.idea
# Visual Studio Code
.vscode
# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Parcel
.parcel-cache
dist/