Skip to content

Instantly share code, notes, and snippets.

@jennifert
Created May 26, 2017 23:17
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 jennifert/cfb4991f5352c67f85291c1047817241 to your computer and use it in GitHub Desktop.
Save jennifert/cfb4991f5352c67f85291c1047817241 to your computer and use it in GitHub Desktop.
My git ignore - sample file
# npm
node_modules
npm-debug.log
tmp
# sass
.sass-cache/
*.css.map
#ruby
*.gem
Gemfile.lock
#jekyll
_site/
.jekyll-metadata
#other
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment