mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
54 lines
445 B
Plaintext
54 lines
445 B
Plaintext
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
logs/*.log
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Next.js
|
|
.next/
|
|
|
|
# Vite
|
|
.vite/
|
|
|
|
# Parcel
|
|
.cache/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*.local
|
|
|
|
# Editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.orig
|
|
|
|
# Lock files
|
|
*.lock
|
|
|
|
# Others
|
|
public/**/*.cache
|