Skip to content

Instantly share code, notes, and snippets.

@jaredatron
Created February 28, 2017 16:31
Show Gist options
  • Save jaredatron/d9826d7ab88dd89318f079563e5e5cad to your computer and use it in GitHub Desktop.
Save jaredatron/d9826d7ab88dd89318f079563e5e5cad to your computer and use it in GitHub Desktop.
~/.gitignore
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
.irb-save-history
.pairs
.tags
.tags_sorted_by_file
.irb-save-history
.gems
.bin
.tags
.tags_sorted_by_file
.apdisk
.DS_Store
.sass-cache
.fseventsd
.bundle
chromedriver.log
.pryrc
.irbrc
libpeerconnection.log
.irb-save-history
.eslintcache
.scss-lint-cache
# Folders to ignore
bower_components
node_modules
.sass-cache
@lumodon
Copy link

lumodon commented Feb 28, 2017

What about:

npm-debug.log

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment