We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262d0f commit ab8a6edCopy full SHA for ab8a6ed
.gitignore
@@ -1,20 +1,21 @@
1
+!/spec/integration/*/log/.gitkeep
2
+!/spec/integration/*/tmp/.gitkeep
3
+*.gem
4
.DS_Store
5
+.bundle
6
+.gems
7
+.rbenv-version
8
+/.idea/
9
+/.rbx
10
+/.rvmrc
11
/.yardoc/*
-/doc/*
12
+/Gemfile.lock
13
/coverage/*
-/spec/debug.log
-/pkg/*
14
/dist
-/Gemfile.lock
-*.gem
-/.idea/
-/.rvmrc
-.bundle
-/.rbx
15
+/doc/*
16
+/pkg/*
17
+/spec/debug.log
18
/spec/integration/*/bin/
19
+/spec/integration/*/db/test.*
20
/spec/integration/*/log/*
-!/spec/integration/*/log/.gitkeep
21
/spec/integration/*/tmp/*
-!/spec/integration/*/tmp/.gitkeep
-/spec/integration/*/db/test.*
-.rbenv-version
.rbenv-gemsets
@@ -0,0 +1 @@
0 commit comments