Skip to content

Instantly share code, notes, and snippets.

@thewinger
Last active March 17, 2016 09:11
Show Gist options
  • Save thewinger/2dd2a24a7a050b164d19 to your computer and use it in GitHub Desktop.
Save thewinger/2dd2a24a7a050b164d19 to your computer and use it in GitHub Desktop.
gitignore
# NODE_MODULES #
################
node_modules
**/node_modules/*
node_modules/**
# SASS_CACHE #
##############
**/.sass-cache
**/.sass-cache/*
**/*.css.map
# DS_Store #
############
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment