chore: Drop dead Gemfile excludes and ignore Jekyll artifacts

After moving Gemfile/Gemfile.lock to fastlane/, the - Gemfile / - Gemfile.lock entries in _config.yml's exclude list are no-ops; the parent fastlane exclude already covers everything inside.

.gitignore picks up _site/, .jekyll-cache/, vendor/bundle/ so local Jekyll runs don't leave tracked artifacts.
This commit is contained in:
darken
2026-04-28 12:08:23 +02:00
committed by Matthias Urhahn
parent ff8b9cf6ed
commit ea3ef1ff3b
2 changed files with 4 additions and 3 deletions
+4 -1
View File
@@ -18,4 +18,7 @@
# Screenshot test reference images (ephemeral, regenerated on demand)
app/src/screenshotTest*/reference/
.codex
protocol-research/
protocol-research/
_site/
.jekyll-cache/
vendor/bundle/
-2
View File
@@ -20,8 +20,6 @@ exclude:
- buildSrc
- gradle/wrapper
- fastlane
- Gemfile
- Gemfile.lock
- crowdin*
- app
- app-common