diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 20:55:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-08 20:55:38 +0800 |
commit | b04454d0f7c88ebb8afafc14237d95d6d7fd4040 (patch) | |
tree | 89224ea70e3d610141fc670551139c5b36c5c9d7 /.gitignore | |
parent | fc2a1da82934600ee085f1289ae3c6a3107db312 (diff) | |
parent | 2eff07879f112572c3fccaa902b10447d04c2045 (diff) |
Merge branch addon
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/ |