First iteration!

This commit is contained in:
Atridad Lahiji
2023-05-28 20:20:00 -06:00
commit 34100aac98
23 changed files with 1203 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# Ignore a blackhole and the folder for development
node_modules/
.vs/
.idea/
*.iml
# Yarn files
.yarn/install-state.gz
.yarn/build-state.yml
# Environment variables
.DS_Store
dist/
# Ignore the config file (contains sensitive information such as tokens)
config.ts
# Ignore heapsnapshot and log files
*.heapsnapshot
*.log
# Ignore npm lockfiles file
package-lock.json
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local