mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
34 lines
368 B
Plaintext
34 lines
368 B
Plaintext
/tests/
|
|
/src
|
|
|
|
# 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*
|
|
|
|
.browserslistrc
|
|
.editorconfig
|
|
.eslintrc.js
|
|
babel.config.js
|
|
cypress.json
|
|
jest.config.js
|
|
postcss.config.js
|
|
tsconfig.json
|
|
tslint.json
|
|
vue.config.js
|
|
dist/report.html
|
|
dist/**/*.map
|
|
public/
|