ludo-web-multiplayer/.gitignore
2023-11-12 13:37:43 +01:00

24 lines
245 B
Plaintext

backend/node_modules
# 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*