Last active
December 12, 2017 11:11
-
-
Save giovannipds/8e426826853559fe8a3e5c1a9a76a0f8 to your computer and use it in GitHub Desktop.
My global .gitignore. More .gitignores for general projects: https://github.com/github/gitignore
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
node_modules | |
.vagrant | |
Homestead.json | |
Homestead.yaml | |
npm-debug.log | |
npm-debug.log.* | |
Thumbs.db | |
yarn-error.log | |
.DS_Store | |
.env | |
*.map | |
*.log | |
*.sublime-project | |
*.sublime-workspace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment