Skip to content

Instantly share code, notes, and snippets.

@ironbyte
Created December 11, 2021 05:17
Show Gist options
  • Save ironbyte/45494c08b24587da8b1ad49ef7a19875 to your computer and use it in GitHub Desktop.
Save ironbyte/45494c08b24587da8b1ad49ef7a19875 to your computer and use it in GitHub Desktop.
.gitignore (React/Yarn/VSCode)
# dependencies
/node_modules
/.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*
# vcode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment