mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
add -vscode to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ yarn.lock
|
|||||||
google-generated-credentials.json
|
google-generated-credentials.json
|
||||||
_START_PACKAGE
|
_START_PACKAGE
|
||||||
.env
|
.env
|
||||||
|
.vscode
|
||||||
|
|||||||
@@ -16,5 +16,9 @@
|
|||||||
"lerna": "^3.13.1",
|
"lerna": "^3.13.1",
|
||||||
"run-script-os": "^1.0.7"
|
"run-script-os": "^1.0.7"
|
||||||
},
|
},
|
||||||
"postcss": {}
|
"postcss": {},
|
||||||
|
"dependencies": {
|
||||||
|
"n8n-node-dev": "^0.5.0",
|
||||||
|
"typescript": "^3.6.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user