Skip to content

Instantly share code, notes, and snippets.

@tomireland
Created February 25, 2014 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomireland/9205258 to your computer and use it in GitHub Desktop.
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.
# 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