mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 12:35:46 +03:00
698d96a617
* refactor: use consistent folder structure across workflow, core, and cli * setup typescript project references across workflow, core, and cli
30 lines
286 B
Plaintext
30 lines
286 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
|
|
*.tsbuildinfo
|