mirror of
https://github.com/lancedikson/bowser
synced 2026-09-22 20:14:20 +00:00
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
node_modules/
|
|
.idea/
|
|
.nyc_output
|
|
coverage
|
|
|
|
# Build output (see tsdown.config.ts). Anchored to the repo root on purpose —
|
|
# unanchored these would also match the build entry points in build/entries/.
|
|
/bundled.js*
|
|
/es5.js*
|
|
/bowser.mjs*
|
|
|
|
# `npm pack` output, used by the package smoke test
|
|
*.tgz
|
|
/tarball/
|