From 071d2341958a6d5f5869c68bff1e22754679de4c Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Mon, 18 Aug 2025 05:20:31 +0000 Subject: [PATCH] Correct .gitignore to ensure Services folder is not included --- .gitignore | 11 +---------- Services/scrobble/config/currentCreds-unnamed.json | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 5346ce5..be72d30 100644 --- a/.gitignore +++ b/.gitignore @@ -9,16 +9,7 @@ .env.development # Service configuration and data directories -# (Keeps service folders but ignores data/config inside them) -*/config/ -*/data/ -*/logs/ -*/cache/ -*/db/ -*/media/ - -# Service data patterns -Services/ +Services/* # Docker volumes and bind mounts from external paths docker-local/ diff --git a/Services/scrobble/config/currentCreds-unnamed.json b/Services/scrobble/config/currentCreds-unnamed.json index daf4c5c..878f987 100644 --- a/Services/scrobble/config/currentCreds-unnamed.json +++ b/Services/scrobble/config/currentCreds-unnamed.json @@ -1 +1 @@ -{"token":"BQC7RgAfM4fcyh6MQTtC3a93OvfO6yXWUSVDZFs1ghjup3uPWWF43AX7HkQk7pLXQ3kDAi464ty2heJZDbXU9tIoP75fgXgF3mz7CSPOeia383TZuBS2lQ-iZG7IdV2D3CG3dZNgZZgCAORy7QfTZ6Io3LZNQ9WcMHQm_O6LIYzUseejutT98smmoXcItzOd4FbeMUnVEMUuh0ekLAtyS3-OV32icEfkSsl_6HkVQX4CEnZwOQ5I0ozP9q8","refreshToken":"AQBrAcRFwQBWSaBOEwI12R9FN3SAod07kxVTmya79rNREKQl7ZnImbgkTwcyUP9UyVas81Wa5-9GSk3yKmS0XI9PNZz88yrdZUfCioLUA4gfCYpW_Nu_4upRfiIEKerviDk","expires":1755493907807,"expiresIn":3600,"grant":"Bearer"} \ No newline at end of file +{"token":"BQBkauFkHoXxEeDBx7e_fmubq7TNXczC1EgNOJCP6XtBM-6usL0X2WAwEfMpojUtgubCUMsVtH3b-4k_fxGIN1XNX1Bmbwe7HoA_8p7Ppq_6ZeIZ-O3kZjX_ntcuPVnjqAyoPDZpSl86t203ikv4TyWfSR4NMlAV8XvkI4TQ3lAuLkBVQJLP5ZWnZZVZYc3fCWilAG0_vaZTL5X1uhd5-Wp-rDn-Wyii7Lm8wUhb42IYHymy7v0iM0MCQXw","refreshToken":"AQBrAcRFwQBWSaBOEwI12R9FN3SAod07kxVTmya79rNREKQl7ZnImbgkTwcyUP9UyVas81Wa5-9GSk3yKmS0XI9PNZz88yrdZUfCioLUA4gfCYpW_Nu_4upRfiIEKerviDk","expires":1755497508619,"expiresIn":3600,"grant":"Bearer"} \ No newline at end of file