From 4004668604467e1148ef9d8e9eca821e856c8d0c Mon Sep 17 00:00:00 2001 From: Xheldon Date: Tue, 29 Jul 2025 17:14:40 +0800 Subject: [PATCH] Add data.json to .gitignore to protect sensitive information --- .gitignore | 5 ++++- data.json | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 data.json diff --git a/.gitignore b/.gitignore index b2b307f..7feee4e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ coverage/ # temporary files *.tmp -*.temp \ No newline at end of file +*.temp + +# plugin data (contains sensitive information like tokens) +data.json \ No newline at end of file diff --git a/data.json b/data.json deleted file mode 100644 index 6fa15f5..0000000 --- a/data.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "githubToken": "", - "repositoryUrl": "", - "lastSyncTime": 0, - "showRibbonIcon": true, - "language": "auto" -} \ No newline at end of file