mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 06:59:00 +00:00
Add data.json to .gitignore to protect sensitive information
This commit is contained in:
parent
088c5e90bc
commit
4004668604
2 changed files with 4 additions and 8 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -23,4 +23,7 @@ coverage/
|
|||
|
||||
# temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
*.temp
|
||||
|
||||
# plugin data (contains sensitive information like tokens)
|
||||
data.json
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"githubToken": "",
|
||||
"repositoryUrl": "",
|
||||
"lastSyncTime": 0,
|
||||
"showRibbonIcon": true,
|
||||
"language": "auto"
|
||||
}
|
||||
Loading…
Reference in a new issue