mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
7a4fa1e5bf
* add handlers for individual Channels * add notes * patch fix theme overrides for adaptive colour * idk * Update package.json * fix issue spelling * Update OpenWhatsNewPopup.ts * Update OpenWhatsNewPopup.ts * fix: remove debug line from .gitignore * chore: fix up patch notes to be a bit more user friendly * chore: finalise patch notes and fix grammer * Add empty line to .gitignore --------- Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com>
27 lines
387 B
Plaintext
27 lines
387 B
Plaintext
# npm
|
|
node_modules/
|
|
package-lock.json
|
|
bun.lockb
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
bun.lock
|
|
|
|
# PDF.js extension assets (copied by postinstall from pdfjs-dist)
|
|
src/public/resources/pdfjs/pdf.worker.min.mjs
|
|
src/public/resources/pdfjs/pdf.legacy.min.mjs
|
|
|
|
# Build
|
|
extension.zip
|
|
build/
|
|
dist/
|
|
betterseqtaplus-safari/
|
|
|
|
.million/
|
|
.vscode/
|
|
**/.DS_Store
|
|
.parcel-cache
|
|
.env
|
|
.env.submit
|
|
dependency-graph.svg
|
|
|