mirror of
https://github.com/langchain-ai/net-mocks.git
synced 2026-07-01 20:24:11 -04:00
28 lines
259 B
Plaintext
28 lines
259 B
Plaintext
# Node.js
|
|
node_modules/
|
|
*.log
|
|
npm-debug.log*
|
|
.npm/
|
|
|
|
# pnpm
|
|
pnpm-lock.yaml
|
|
.pnpm-store/
|
|
.pnpm/
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
out/
|
|
.eslintcache
|
|
|
|
# IDE and OS files
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local |