Created
October 24, 2021 21:49
-
-
Save luizwhite/5c0e37281f0ccaf0cb957b434baa3b58 to your computer and use it in GitHub Desktop.
Git Ignore Global File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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