summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorFederico Granata <[email protected]>2022-01-21 17:14:49 +0100
committerGitHub <[email protected]>2022-01-21 11:14:49 -0500
commit67e05fe677a5041ccd3b05477e200d1dd27d8a63 (patch)
treeda93b8ddf513eb27766af99f0570969d8255be71 /.gitignore
parentfe035a3008aa6bb9d7940e4f007181a27b32c86f (diff)
downloadai-pulse-obsidian-plugin-67e05fe677a5041ccd3b05477e200d1dd27d8a63.tar.gz
ai-pulse-obsidian-plugin-67e05fe677a5041ccd3b05477e200d1dd27d8a63.zip
remove `package-lock.json` from `.gitignore` (#23)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a6abc4f..659429a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@
# npm
node_modules
-package-lock.json
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.