mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
29 lines
277 B
Plaintext
29 lines
277 B
Plaintext
|
dist/test
|
||
|
dist/**/*.{js.map,d.ts}
|
||
|
|
||
|
.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
|