n8n/packages/@n8n/workflow-sdk/.gitignore
n8n-cat-bot[bot] be1bedcec3
test: Harden workflow-sdk debug artifact extension against Rolldown (#32089)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
2026-06-15 11:17:43 +00:00

17 lines
646 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 (see real-workflow.test.ts —
# .txt suffix avoids the Vitest/Rolldown loader treating them as source)
test-fixtures/real-workflows/*.generated.ts
test-fixtures/real-workflows/*.generated.ts.txt
# Compiled JS files from scripts (should use tsx to run directly)
scripts/*.js
scripts/*.js.map
scripts/*.d.ts