Updated file management

This commit is contained in:
2021-09-28 14:49:51 -04:00
parent ea79eb57df
commit 77136c8d26
34 changed files with 37401 additions and 1271 deletions

24
.gitignore vendored
View File

@@ -1 +1,23 @@
node_modules
site
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*