Skip to content

Commit 8e3d365

Browse files
committed
Add lib/warbler_jar.jar to .gitignore
1 parent 5781d96 commit 8e3d365

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

.gitignore

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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
110
coverage*
2-
pkg
311
doc
4-
.bundle
5-
vendor/
12+
integration/**/*.iml
13+
lib/warbler_jar.jar
14+
log
615
nbproject
7-
target/
816
out/
9-
Gemfile.lock
10-
!spec/rails7_stub/Gemfile.lock
11-
.idea
17+
pkg
18+
pom.warbler.gemspec.xml
19+
target/
20+
vendor/
21+
warbler-*.gem
1222
warbler.iml
13-
warbler.iws
1423
warbler.ipr
15-
warbler-*.gem
16-
.polyglot.Mavenfile
17-
pom.warbler.gemspec.xml
18-
log
19-
integration/**/*.iml
20-
build.log
21-
.ruby-version
22-
.rspec_status
23-
*.sqlite3-*
24+
warbler.iws

0 commit comments

Comments
 (0)