mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
3bdd9096e1
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a switch; * removeAll() function adapted to not cause an error using MySQL; * Added the cross-env module in the "serve" script in the packages/editor-ui/package.json file. This was done to ensure compatibility between platforms when declaring environment variables. Without it, Windows compilation would give an error, for example; * .idea added to .gitignore (IntelliJ IDEA solutions);
15 lines
164 B
Plaintext
15 lines
164 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.tmp
|
|
tmp
|
|
dist
|
|
npm-debug.log*
|
|
lerna-debug.log
|
|
package-lock.json
|
|
yarn.lock
|
|
google-generated-credentials.json
|
|
_START_PACKAGE
|
|
.env
|
|
.vscode
|
|
.idea
|