Skip to content

Commit 890ce35

Browse files
committed
fix(gitignore): ignore tags
1 parent c2d7419 commit 890ce35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ log/
1818
node_modules/
1919

2020
.vscode/
21+
/tags

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
parcel-rails (0.9.2)
4+
parcel-rails (0.9.3)
55

66
GEM
77
remote: https://rubygems.org/
@@ -54,4 +54,4 @@ DEPENDENCIES
5454
rubocop
5555

5656
BUNDLED WITH
57-
1.16.1
57+
1.17.2

0 commit comments

Comments
 (0)