Add data.json to .gitignore to protect sensitive information

This commit is contained in:
Xheldon 2025-07-29 17:14:40 +08:00
parent 088c5e90bc
commit 4004668604
2 changed files with 4 additions and 8 deletions

5
.gitignore vendored
View file

@ -23,4 +23,7 @@ coverage/
# temporary files
*.tmp
*.temp
*.temp
# plugin data (contains sensitive information like tokens)
data.json

View file

@ -1,7 +0,0 @@
{
"githubToken": "",
"repositoryUrl": "",
"lastSyncTime": 0,
"showRibbonIcon": true,
"language": "auto"
}