1
0
Fork 0

Initial Commit

This commit is contained in:
Owen Ryan 2024-09-27 11:17:53 +01:00
commit 3331da8f22
72 changed files with 26119 additions and 0 deletions

27
frontend/.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# 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*
.idea
.vale-styles