This repository has been archived on 2022-06-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mydraftcc-nodejs-server/server/.gitignore
2022-06-04 20:04:25 +02:00

25 lines
314 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
/data/*
/logs/*
# testing
/coverage
/logs/*
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*