Last active
April 16, 2016 05:13
-
-
Save inotives/b9f5759f7240d4a07840 to your computer and use it in GitHub Desktop.
my standard gitignore files
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
# Logs | |
*.log | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
# Coverage directory used by tools like istanbul | |
coverage | |
# npm | |
node_modules | |
# OS X | |
.DS_Store* | |
Icon? | |
._* | |
# Windows | |
Thumbs.db | |
ehthumbs.db | |
Desktop.ini | |
#bower components | |
bower_components | |
# additional ignore folder | |
ignore | |
.migrate | |
dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment