We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5781d96 commit 8e3d365Copy full SHA for 8e3d365
1 file changed
.gitignore
@@ -1,23 +1,24 @@
1
+!spec/rails7_stub/Gemfile.lock
2
+*.sqlite3-*
3
+.bundle
4
+.idea
5
+.polyglot.Mavenfile
6
+.rspec_status
7
+.ruby-version
8
+Gemfile.lock
9
+build.log
10
coverage*
-pkg
11
doc
-.bundle
-vendor/
12
+integration/**/*.iml
13
+lib/warbler_jar.jar
14
+log
15
nbproject
-target/
16
out/
-Gemfile.lock
-!spec/rails7_stub/Gemfile.lock
-.idea
17
+pkg
18
+pom.warbler.gemspec.xml
19
+target/
20
+vendor/
21
+warbler-*.gem
22
warbler.iml
-warbler.iws
23
warbler.ipr
-warbler-*.gem
-.polyglot.Mavenfile
-pom.warbler.gemspec.xml
-log
-integration/**/*.iml
-build.log
-.ruby-version
-.rspec_status
-*.sqlite3-*
24
+warbler.iws
0 commit comments