ske087 f437aba1fc Stop tracking working_files/player_auth.json
This file was still tracked after the previous commit: it is listed in
.gitignore, and git add skips ignored paths, so `git add -A <path>` silently did
nothing for it. Removing it from the index requires `git rm --cached`.

It contains a live auth_code, player_id and server_url for a different player
("tv-terasa" / TV-acasa 1), so it must not be in the repository. The file is
kept on disk; only the tracking is removed.

The two other credential files (player_auth.json, src/player_auth.json) were
already untracked.

Note for anyone repeating this: these files are gitignored, so `git add` will
never stage their removal. Use `git rm --cached <path>`, and verify with
`git ls-files | findstr player_auth` that nothing remains.
2026-09-13 10:18:34 +03:00
2026-07-21 12:23:59 +03:00
2026-01-17 21:00:49 +02:00
S
Description
No description provided
130 MiB
Languages
Python 69.5%
Shell 22.1%
kvlang 8.4%