n8n/packages/@n8n/workflow-sdk/.gitignore
Mutasem Aldmour e2dd10c435
feat(core): Move builder templates to n8n-sdk-templates with runtime fetch (#30537)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2026-05-26 12:15:00 +01:00

15 lines
494 B
Plaintext

# Individual workflow JSON files (extracted from zip at test time)
# Run `pnpm fetch-workflows` to download, `pnpm create-workflows-zip` to package
test-fixtures/real-workflows/*.json
# Commit the zip file containing all workflows
!test-fixtures/real-workflows/public_published_templates.zip
# Generated TypeScript files from test runs
test-fixtures/real-workflows/*.generated.ts
# Compiled JS files from scripts (should use tsx to run directly)
scripts/*.js
scripts/*.js.map
scripts/*.d.ts