diff options
| author | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-01 00:00:00 +0000 |
| commit | 827653aa291e37ae63c0cfa1eee4fbaa20cea122 (patch) | |
| tree | 20f874004e1676b055bc695d3b1483bef9932fe7 /.gitignore | |
| parent | dcda3f64e0822554f647ec73fa8b0252268b87a0 (diff) | |
| download | scrcpy-android-827653aa291e37ae63c0cfa1eee4fbaa20cea122.tar.gz | |
build: pin and verify release inputs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -2,17 +2,15 @@ .tools/ build/ local.properties -*.iml -.idea/ -.DS_Store app/release/ +*.jks +*.keystore +*.p12 +*.pfx # vendored binary, regenerated by scripts/update-server app/src/main/assets/scrcpy-server.jar -# capture artefact from ./test record -output.mp4 - -# adb keypair lives in app's filesDir at runtime; never check it in +# ADB identity files are runtime secrets; never check them in. adbkey -adbkey.pub +adbcert |