mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
37 lines
390 B
Plaintext
37 lines
390 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Test and tool caches
|
|
.cache/
|
|
.vitest/
|
|
.nyc_output/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment and local overrides
|
|
.env
|
|
.env.*
|
|
*.local
|
|
|
|
# Editor and OS files
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
.lean-ctx/graph.db
|
|
.lean-ctx/graph.meta.json
|