Skip to content

Commit

Permalink
Update .gitignore:
Browse files Browse the repository at this point in the history
- sort
- add rbenv and RubyMine configuration
  • Loading branch information
dschweisguth committed Jul 4, 2017
1 parent 05ffdd4 commit bbe23da
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .gitignore
@@ -1,16 +1,20 @@
/doc/
/pkg/
/tmp/
.rbx/
.#*
.DS_Store
*.dSYM
*.bundle
*.class
*.dSYM
*.jar
*.bundle
*.o
*.rbc
.#*
.DS_Store
.rbx/
/.idea
/.rbenv-gemsets
/.ruby-gemset
/.ruby-version
/Gemfile.lock
/doc/
/pkg/
/test/database.yml
/tmp/
Makefile*
mkmf.log
/test/database.yml
/Gemfile.lock

0 comments on commit bbe23da

Please sign in to comment.