Skip to content

Instantly share code, notes, and snippets.

@rajeshdavidbabu
Last active January 9, 2022 22:10
Show Gist options
  • Save rajeshdavidbabu/1d10dfa6ca45ca99301c0d77599eaf9a to your computer and use it in GitHub Desktop.
Save rajeshdavidbabu/1d10dfa6ca45ca99301c0d77599eaf9a to your computer and use it in GitHub Desktop.
.gitignore Configuration For React-Typescript
# dependencies
/node_modules
# testing
/coverage
# production
/build
/dist
# misc
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.DS_Store
npm-debug.log*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment