1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-22 10:32:35 +01:00
developer-roadmap/.gitignore
Revuza 5277a36977
Add TON to Blockchains in Blockchain roadmap (#3023)
* ton

* added TON

* fix

* fix id

* Update public/project/blockchain.json

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2022-12-05 15:54:22 +04:00

38 lines
406 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
out
# dependencies
/node_modules
/.pnp
.pnp.js
yarn.lock
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.idea
.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