From 958ca001b1703535dc9fdff3d54ff57ef5af6b2e Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 10 Jan 2026 16:07:44 +0000 Subject: [PATCH] Update .gitignore to exclude pota.txt file Added /assets/json/pota.txt to .gitignore to prevent it from being tracked by git. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c44aea5a0..aa8919845 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ sync.sh .env /node_modules /.vs -.vscode/sftp.json \ No newline at end of file +.vscode/sftp.json +/assets/json/pota.txt \ No newline at end of file