Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated .gitignore to ignore Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 26, 2015
1 parent dd02678 commit 198327a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 106 deletions.
43 changes: 42 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,42 @@
pkg
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

## Specific to RubyMotion:
.dat*
.repl_history
build/

## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

## Environment normalisation:
/.bundle/
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc


# Added by Felix
/*.itmsp
.idea
spec/fixtures/*.itmsp/*.png
/integration
Gemfile.lock
105 changes: 0 additions & 105 deletions Gemfile.lock

This file was deleted.

0 comments on commit 198327a

Please sign in to comment.