Skip to content
Snippets Groups Projects
Commit a2ee7ad6 authored by Fabien Zucchet's avatar Fabien Zucchet
Browse files

Merge branch 'clean-repo' into 'staging'

Refactor: refactor .gitignore

See merge request 2019zucchetf/leaderboard!15
parents 5bb0598f 86ba003f
Branches
No related tags found
No related merge requests found
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/.pnp
.pnp.js
*/.pnp
*/.pnp.js
# testing
/coverage
*/coverage
# production
/build
*/build
# misc
.DS_Store
......@@ -17,14 +15,11 @@
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*/npm-debug.log*
*/yarn-debug.log*
*/yarn-error.log*
./front/node_modules
./back/node_modules
*/node_modules
/node_modules
# secret files
./back/secrets.js
*/secrets.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment