1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-23 19:13:19 +01:00
developer-roadmap/.gitignore

37 lines
396 B
Plaintext
Raw Normal View History

2021-08-01 13:08:35 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-09-05 17:30:30 +02:00
out
2021-08-01 13:08:35 +02:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
2021-08-01 13:19:54 +02:00
.idea
2021-08-01 13:08:35 +02:00
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel