Skip to content

Commit bbe23da

Browse files
committed
Update .gitignore:
- sort - add rbenv and RubyMine configuration
1 parent 05ffdd4 commit bbe23da

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.gitignore

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
/doc/
2-
/pkg/
3-
/tmp/
4-
.rbx/
5-
.#*
6-
.DS_Store
7-
*.dSYM
1+
*.bundle
82
*.class
3+
*.dSYM
94
*.jar
10-
*.bundle
115
*.o
126
*.rbc
7+
.#*
8+
.DS_Store
9+
.rbx/
10+
/.idea
11+
/.rbenv-gemsets
12+
/.ruby-gemset
13+
/.ruby-version
14+
/Gemfile.lock
15+
/doc/
16+
/pkg/
17+
/test/database.yml
18+
/tmp/
1319
Makefile*
1420
mkmf.log
15-
/test/database.yml
16-
/Gemfile.lock

0 commit comments

Comments
 (0)