summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-03-24 00:25:03 +0900
committerAdam Malczewski <[email protected]>2026-03-24 00:25:03 +0900
commite2c88087f3926ec477ea099fd771d1bc9d11d7c5 (patch)
treebe33c4cdbd1fa67464779e7cd834f002c6cae438 /.gitignore
parentdc2fa22c4d279199fb07a205a0c11eb155641f3d (diff)
downloadai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.tar.gz
ai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.zip
generate api docs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore46
1 files changed, 24 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index e09a007..11416d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,24 @@
-# vscode
-.vscode
-
-# Intellij
-*.iml
-.idea
-
-# npm
-node_modules
-
-# Don't include the compiled main.js file in the repo.
-# They should be uploaded to GitHub releases instead.
-main.js
-
-# Exclude sourcemaps
-*.map
-
-# obsidian
-data.json
-
-# Exclude macOS Finder (System Explorer) View States
-.DS_Store
+# vscode
+.vscode
+
+# Intellij
+*.iml
+.idea
+
+# npm
+node_modules
+
+# Don't include the compiled main.js file in the repo.
+# They should be uploaded to GitHub releases instead.
+main.js
+
+# Exclude sourcemaps
+*.map
+
+# obsidian
+data.json
+
+# Exclude macOS Finder (System Explorer) View States
+.DS_Store
+
+obsidian-developer-docs