diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 17:40:23 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 20:50:44 +0800 |
| commit | c04eff2711d690087d2306e318e03bfcebece5a1 (patch) | |
| tree | 83bf98d7d73bded3f5a31521df3997046f0bcb65 /.gitignore | |
| parent | fc2a1da82934600ee085f1289ae3c6a3107db312 (diff) | |
fix: redeclaration, use IIFE to load modules
* put bundled scripts into scripts/, this make gitignore easier
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
| @@ -10,12 +10,8 @@ docs/ | |||
| 10 | 10 | ||
| 11 | # addon | 11 | # addon |
| 12 | addon.zip | 12 | addon.zip |
| 13 | addon/**js | 13 | addon/scripts/**js |
| 14 | addon/renderers/**js | ||
| 15 | addon/**css | 14 | addon/**css |
| 16 | !addon/index** | ||
| 17 | !addon/background** | ||
| 18 | !addon/src | ||
| 19 | 15 | ||
| 20 | # others | 16 | # others |
| 21 | doc-coverage/ | 17 | doc-coverage/ |