Skip to content

Instantly share code, notes, and snippets.

@widescreenBob
Created July 26, 2016 20:38
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 widescreenBob/2e3656fa55f1961b486e59530e8552fe to your computer and use it in GitHub Desktop.
Save widescreenBob/2e3656fa55f1961b486e59530e8552fe to your computer and use it in GitHub Desktop.
# Ignore the node modules folder (created by 'npm install').
node_modules
# We absolutely don't want to have the .sass-cache in git.
.sass-cache
# Ignore any errors thrown by npm.
npm-debug.log
# Ignore any map files. These don't need to be committed.
*.css.map
# Ignore bower components folder.
bower_components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment