Skip to content

Instantly share code, notes, and snippets.

@luizwhite
Created October 24, 2021 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizwhite/5c0e37281f0ccaf0cb957b434baa3b58 to your computer and use it in GitHub Desktop.
Save luizwhite/5c0e37281f0ccaf0cb957b434baa3b58 to your computer and use it in GitHub Desktop.
Git Ignore Global File
# editor
vscode
.vscode
# dependencies
**/node_modules
# testing
coverage
# next.js
.next
out
# expo mobile
.expo
.expo-shared
# production
dist
build
.env
# cache
*.tsbuildinfo
# logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# misc
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment