diff options
| author | Adam Malczewski <[email protected]> | 2026-03-24 00:25:03 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-03-24 00:25:03 +0900 |
| commit | e2c88087f3926ec477ea099fd771d1bc9d11d7c5 (patch) | |
| tree | be33c4cdbd1fa67464779e7cd834f002c6cae438 /.gitignore | |
| parent | dc2fa22c4d279199fb07a205a0c11eb155641f3d (diff) | |
| download | ai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.tar.gz ai-pulse-obsidian-plugin-e2c88087f3926ec477ea099fd771d1bc9d11d7c5.zip | |
generate api docs
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 46 |
1 files changed, 24 insertions, 22 deletions
@@ -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 |
