Skip to content

Commit e22d4a6

Browse files
authored
Minor: Project logistics (#21)
* ignore folders * add linux
1 parent 60e8c3e commit e22d4a6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ _site/
22
.sass-cache/
33
.jekyll-cache/
44
.jekyll-metadata
5+
6+
# Ignore folders generated by Bundler
7+
.bundle/
8+
vendor/

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GEM
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
1414
google-protobuf (3.24.0-x86_64-darwin)
15+
google-protobuf (3.24.0-x86_64-linux)
1516
http_parser.rb (0.8.0)
1617
i18n (1.14.1)
1718
concurrent-ruby (~> 1.0)
@@ -66,6 +67,8 @@ GEM
6667
safe_yaml (1.0.5)
6768
sass-embedded (1.64.2-x86_64-darwin)
6869
google-protobuf (~> 3.23)
70+
sass-embedded (1.64.2-x86_64-linux-gnu)
71+
google-protobuf (~> 3.23)
6972
terminal-table (3.0.2)
7073
unicode-display_width (>= 1.1.1, < 3)
7174
tzinfo (2.0.6)
@@ -78,6 +81,7 @@ GEM
7881

7982
PLATFORMS
8083
x86_64-darwin-22
84+
x86_64-linux
8185

8286
DEPENDENCIES
8387
jekyll (~> 4.3)

0 commit comments

Comments
 (0)