Created
April 7, 2018 05:15
-
-
Save isaacdanielanderson/539db2d5e9ecc9f7ef16e705054e20ff to your computer and use it in GitHub Desktop.
Solid gitignore
This file contains hidden or 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
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.log | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.sass-cache | |
node_modules/ | |
.tmp/ | |
# OS or Editor folders | |
.DS_Store | |
Thumbs.db | |
.cache | |
.project | |
.settings | |
.tmproj | |
*.esproj | |
nbproject | |
*.sublime-project | |
*.sublime-workspace | |
*.komodoproject | |
.komodotools | |
_notes | |
dwsync.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment