mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
6b3a9e46cb
Linux test crashes left no data to investigate after the runner stopped. The CI system now saves core dumps and program files to help find the cause.
55 lines
774 B
Plaintext
55 lines
774 B
Plaintext
# dependencies (bun install)
|
|
node_modules
|
|
|
|
Session.vim
|
|
|
|
# output
|
|
out
|
|
dist
|
|
packed
|
|
*.tgz
|
|
*.log
|
|
*.txt
|
|
|
|
# code coverage
|
|
coverage
|
|
*.lcov
|
|
|
|
# logs
|
|
logs
|
|
_.log
|
|
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
# caches
|
|
.eslintcache
|
|
.cache
|
|
.node
|
|
*.tsbuildinfo
|
|
|
|
# IntelliJ based IDEs
|
|
.idea
|
|
|
|
# Finder (MacOS) folder config
|
|
.DS_Store
|
|
|
|
screenshot-*.png
|
|
|
|
# CI / local crash dumps. Anchor to the repo root so this does not hide
|
|
# untracked files under packages/core/.
|
|
.crash-dumps/
|
|
/core
|
|
/core.*
|
|
|
|
# SSH host keys — never commit private keys. @opentui/ssh examples write a
|
|
# `host_key` relative to the cwd, so a run from the repo root drops one here.
|
|
host_key
|
|
host_key.pub
|
|
*.host_key
|