Add data.json to .gitignore
Prevent unintended disclosure of data.json.
This commit is contained in:
parent
3b38a36a07
commit
c228a70223
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -8,4 +8,7 @@ package-lock.json
|
|||
|
||||
# build
|
||||
main.js
|
||||
*.js.map
|
||||
*.js.map
|
||||
|
||||
# obsidian
|
||||
data.json
|
||||
|
|
Loading…
Reference in a new issue