Created
February 25, 2014 08:50
-
-
Save tomireland/9205258 to your computer and use it in GitHub Desktop.
General .gitignore template for any web design/development in Sublime Text 2, using sass and stuff that requires node.
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 generated files # | |
###################### | |
.DS_Store | |
# Saas cache # | |
############## | |
.sass-cache | |
# Sublime Text 2 specific files # | |
################################# | |
*.sublime-project | |
*.sublime-workspace | |
# Ignore Node Modules # | |
####################### | |
node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment