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
No related branches found
No related tags found
No related merge requests found
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies # dependencies
/.pnp */.pnp
.pnp.js */.pnp.js
# testing # testing
/coverage */coverage
# production # production
/build */build
# misc # misc
.DS_Store .DS_Store
...@@ -17,14 +15,11 @@ ...@@ -17,14 +15,11 @@
.env.test.local .env.test.local
.env.production.local .env.production.local
npm-debug.log* */npm-debug.log*
yarn-debug.log* */yarn-debug.log*
yarn-error.log* */yarn-error.log*
./front/node_modules
./back/node_modules
*/node_modules */node_modules
/node_modules
# secret files # 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