This commit is contained in:
William Young
2023-02-16 06:26:59 -06:00
commit 24b87d5ea2
6 changed files with 1385 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
node_modules/*
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*