1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-25 18:09:24 +01:00

add Gemfile & .gitignore

This commit is contained in:
Aminda Suomalainen 2022-05-01 21:40:11 +03:00
parent 89ce7ace47
commit a11ad7737f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 7 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
.bundle/
.sass-cache/
Gemfile.lock
_site/
vendor/

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source "https://rubygems.org"
gem "github-pages"