summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTokuhiro Matsuno <[email protected]>2021-04-29 00:53:15 +0900
committerLishid <[email protected]>2021-04-28 11:54:41 -0400
commitc228a7022301e4a74614a67570d38ed2e2e05a71 (patch)
tree59d2430b8a0a941fef289bd8e0be1542af87e1dc
parent3b38a36a07a121484a31f9b3fcbc59c2e7f892e6 (diff)
downloadai-pulse-obsidian-plugin-c228a7022301e4a74614a67570d38ed2e2e05a71.tar.gz
ai-pulse-obsidian-plugin-c228a7022301e4a74614a67570d38ed2e2e05a71.zip
Add data.json to .gitignore
Prevent unintended disclosure of data.json.
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e7b7242..2fd7c5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,7 @@ package-lock.json
# build
main.js
-*.js.map \ No newline at end of file
+*.js.map
+
+# obsidian
+data.json