40 lines
449 B
Plaintext
40 lines
449 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-debug.log*
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Build Outputs
|
|
dist/
|
|
public/
|
|
site/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# OS Specific
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project Specific
|
|
genctx.config.json
|
|
genctx.context.md
|
|
_backup/
|
|
_documentation/
|
|
temp-*/
|
|
.cache/
|
|
.vscode/
|
|
|
|
# Environment
|
|
.env*
|
|
!.env.example
|
|
temp-live-test.mjs
|
|
|
|
# Rust Engine
|
|
packages/engines/rust/bin/*.node
|
|
packages/engines/rust-binaries/native/target/
|
|
|
|
# Docmd Cache
|
|
.docmd/
|
|
.docmd-search/ |