1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-22 20:14:20 +00:00
Files
lancedikson_bowser/.gitignore
2026-08-30 00:10:11 +03:00

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/