diff --git a/.gitignore b/.gitignore index 0ff87d33..104257dc 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ # Screenshot test reference images (ephemeral, regenerated on demand) app/src/screenshotTest*/reference/ .codex -protocol-research/ \ No newline at end of file +protocol-research/ +_site/ +.jekyll-cache/ +vendor/bundle/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 493c6819..002341d0 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,6 @@ exclude: - buildSrc - gradle/wrapper - fastlane - - Gemfile - - Gemfile.lock - crowdin* - app - app-common