mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
46 lines
790 B
Plaintext
46 lines
790 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.tmp
|
|
tmp
|
|
dist
|
|
coverage
|
|
npm-debug.log*
|
|
yarn.lock
|
|
google-generated-credentials.json
|
|
_START_PACKAGE
|
|
.env
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.default.json
|
|
.idea
|
|
nodelinter.config.json
|
|
**/package-lock.json
|
|
packages/**/.turbo
|
|
.turbo
|
|
*.tsbuildinfo
|
|
.stylelintcache
|
|
*.swp
|
|
CHANGELOG-*.md
|
|
*.mdx
|
|
build-storybook.log
|
|
*.junit.xml
|
|
junit.xml
|
|
test-results.json
|
|
*.0x
|
|
packages/testing/playwright/playwright-report
|
|
packages/testing/playwright/test-results
|
|
packages/testing/playwright/ms-playwright-cache
|
|
test-results/
|
|
compiled_app_output
|
|
trivy_report*
|
|
compiled
|
|
packages/cli/src/modules/my-feature
|
|
.secrets
|
|
packages/testing/**/.cursor/rules/
|
|
.venv
|
|
.ruff_cache
|
|
__pycache__
|
|
packages/cli/THIRD_PARTY_LICENSES.md
|
|
.coverage
|
|
.nyc_output
|
|
packages/cli/src/commands/export/outputs |