Files
Jellystat/.gitignore
Thegan Govender 2642f28f00 Session item link fix + discord
Fixed item link on session cards
Updated readme with development instructions to clone and work with the project

Added link to discord
2023-04-29 22:33:10 +02:00

25 lines
331 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
/backend/backup-data
# 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*