git ignore IDE, bundle and editor files

This commit is contained in:
Matt Farnsworth 2015-10-02 13:54:35 +03:00
parent 316f4b0cf3
commit 53feab6a8c

3
.gitignore vendored
View file

@ -20,6 +20,9 @@ todo
## Environment normalisation: ## Environment normalisation:
/.bundle /.bundle
/vendor/bundle /vendor/bundle
.idea
# editor tmp files
*.*~
# these should all be checked in to normalise the environment: # these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset # Gemfile.lock, .ruby-version, .ruby-gemset