Last active
August 29, 2015 14:07
-
-
Save bdsexton/00417b4c301bb3897195 to your computer and use it in GitHub Desktop.
This is just a simple .gitignore file to ignore common clutter.
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
# OS X | |
.DS_Store | |
# Adobe Dreamweaver | |
_notes/ | |
# Sublime Text | |
*.sublime-project | |
*.sublime-workspace | |
# JetBrains IDEs | |
.idea/ | |
# CodeKit | |
config.codekit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment