mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 17:50:52 +03:00
d9a41ea9d7
fixes #4464
29 lines
272 B
Plaintext
29 lines
272 B
Plaintext
dist/test
|
|
dist/**/*.{js.map}
|
|
|
|
.DS_Store
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
|
|
.editorconfig
|
|
.eslintrc.js
|
|
tsconfig.json
|
|
tslint.json
|
|
|
|
.turbo
|