aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-16 17:04:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-16 18:57:18 +0800
commiteb10e589e735f00e1aa8cccf8843b2d1e7671a42 (patch)
tree6500b349aa6ded5047eb5e52bbf1a4e73a5d4996 /.gitignore
parent847872c5ed3cdcec572e1cc5cfd43498f828e1cd (diff)
feat: add npm script for addon
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3e80267..b42d1dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
1dist/ 1dist/
2docs/ 2docs/
3addon/**js
4addon/**css
5!addon/index**
3doc-coverage/ 6doc-coverage/
4node_modules/ 7node_modules/
5package-lock.json 8package-lock.json