aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-08 17:40:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-08 20:50:44 +0800
commitc04eff2711d690087d2306e318e03bfcebece5a1 (patch)
tree83bf98d7d73bded3f5a31521df3997046f0bcb65 /.gitignore
parentfc2a1da82934600ee085f1289ae3c6a3107db312 (diff)
fix: redeclaration, use IIFE to load modules
* put bundled scripts into scripts/, this make gitignore easier
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 84e6d3f..f4142e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,12 +10,8 @@ docs/
10 10
11# addon 11# addon
12addon.zip 12addon.zip
13addon/**js 13addon/scripts/**js
14addon/renderers/**js
15addon/**css 14addon/**css
16!addon/index**
17!addon/background**
18!addon/src
19 15
20# others 16# others
21doc-coverage/ 17doc-coverage/