From c04eff2711d690087d2306e318e03bfcebece5a1 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 8 Nov 2024 17:40:23 +0800 Subject: fix: redeclaration, use IIFE to load modules * put bundled scripts into scripts/, this make gitignore easier --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 84e6d3f..f4142e5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,8 @@ docs/ # addon addon.zip -addon/**js -addon/renderers/**js +addon/scripts/**js addon/**css -!addon/index** -!addon/background** -!addon/src # others doc-coverage/ -- cgit v1.2.3-70-g09d2