We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d84928 commit 1624911Copy full SHA for 1624911
1 file changed
.gitignore
@@ -9,8 +9,6 @@
9
/test/tmp/
10
/test/version_tmp/
11
/tmp/
12
-.ruby-version
13
-.ruby-gemset
14
15
# Used by dotenv library to load environment variables.
16
.env
@@ -44,9 +42,9 @@ build-iPhoneSimulator/
44
42
45
43
# for a library or gem, you might want to ignore these files since the code is
46
# intended to run in multiple environments; otherwise, check them in:
47
-# Gemfile.lock
48
-# .ruby-version
49
-# .ruby-gemset
+Gemfile.lock
+.ruby-version
+.ruby-gemset
50
51
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
52
.rvmrc
0 commit comments