Files
rrweb/.gitignore
Paul D'Ambra 16ef32ef1c chore(ci): track bundle size (#1630)
* chore(ci): track bundle size

---------

Co-authored-by: pauldambra <pauldambra@users.noreply.github.com>
2026-04-01 12:00:00 +08:00

41 lines
670 B
Plaintext

.vscode/*
!/.vscode/rrweb-monorepo.code-workspace
.idea
node_modules
package-lock.json
tsconfig.tsbuildinfo
temp
*.log
.env
.DS_Store
# output of `yarn build`
build
dist
# turbo cache
.turbo
# needed to store puppeteer binaries
.cache/*
!.gitkeep
# emacs working files end in a tilde
*~
# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
.yarn/install-state.gz
# for vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# bundle analysis files
*-bundle-analysis.html