sf-agent-framework
Version:
AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction
120 lines (97 loc) • 1.2 kB
Plain Text
# Dependencies
node_modules/
package-lock.json
# Build outputs
dist/
build/
out/
.next/
*.min.js
*.min.css
# Coverage
coverage/
.nyc_output/
# Logs
*.log
logs/
# Environment files
.env
.env.*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
# CI/CD
.github/workflows/*.yml
.gitlab-ci.yml
.travis.yml
# Documentation that should not be formatted
CHANGELOG.md
LICENSE
docs/generated/
# Temporary files
tmp/
temp/
*.tmp
# Cache
.cache/
.parcel-cache/
.eslintcache
.stylelintcache
# Specific files to ignore
*.min.*
*.map
*.lock
yarn.lock
pnpm-lock.yaml
# Diagrams (binary files)
*.drawio
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.ico
# Archives
*.zip
*.tar.gz
*.tgz
*.rar
# Database files
*.db
*.sqlite
*.sqlite3
# Certificates
*.pem
*.key
*.crt
# Vendor files
vendor/
# Generated files
*.generated.*
*-generated.*
# Husky
.husky/
# Semantic Release
.releaserc
.releaserc.*
# Don't format already minified files
**/*.min.js
**/*.min.css
# Preserve original formatting in these directories
sf-core/mcp/servers/*.js
tools/builders/*.js
tools/upgraders/*.js
# Preserve test fixtures
__fixtures__/
__mocks__/
test-data/
# Preserve third-party code
third-party/
external/