Skip to content

Instantly share code, notes, and snippets.

@xjeeh
Created August 7, 2023 03:37
Show Gist options
  • Save xjeeh/01fea9c698ceed2432e15ee0089a64c1 to your computer and use it in GitHub Desktop.
Save xjeeh/01fea9c698ceed2432e15ee0089a64c1 to your computer and use it in GitHub Desktop.
Gitignore
**/node_modules
**/package-lock.json
**/build
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment