summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHO-COOH <42881734+HO-COOH@users.noreply.github.com>2021-04-30 18:43:47 +0800
committerGitHub <noreply@github.com>2021-04-30 12:43:47 +0200
commit9f4f9cd3b6c8f78493d3c1c7c475a7098aebe58c (patch)
treeab9c62a2c06239ea67d221a114e2f5f56adaecb7 /.gitignore
parentdbcf5dc87d83ee59fc23e4eaa225a15655d17d2d (diff)
downloaddoxdocgen-9f4f9cd3b6c8f78493d3c1c7c475a7098aebe58c.tar.gz
Fix unexpected return tag on non-functions (#214)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4b4ec59..8b6ecab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ coverage/
.DS_Store
/npm-debug.log
/.nyc_output/
+package-lock.json \ No newline at end of file