Files
truthmark/.gitignore
T

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