diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-03 17:14:16 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-03 17:14:16 +0800 |
| commit | 90790113c2fcaaa013f96b09577512dc2ee21dbd (patch) | |
| tree | ea593d21127bb424af1b9e2a22fe44b62b75761f /.gitignore | |
| parent | 9d9fb5652086dad99f9b0f4b32b57b49568a5ead (diff) | |
chore: zip script to submit addon
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -2,6 +2,7 @@ dist/ | |||
| 2 | docs/ | 2 | docs/ |
| 3 | addon/**js | 3 | addon/**js |
| 4 | addon/**css | 4 | addon/**css |
| 5 | addon.zip | ||
| 5 | !addon/index** | 6 | !addon/index** |
| 6 | !addon/background** | 7 | !addon/background** |
| 7 | doc-coverage/ | 8 | doc-coverage/ |