ignore nodered package files

This commit is contained in:
2025-10-12 16:12:46 +02:00
parent 31745df9ff
commit 3b0e936efd
3 changed files with 2 additions and 3512 deletions

2
nodered/.gitignore vendored
View File

@@ -1,2 +1,4 @@
node_modules
*.backup
package.json
package-lock.json

3498
nodered/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +0,0 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-calc": "^1.0.6",
"node-red-contrib-simpletime": "^3.0.2",
"node-red-contrib-telegrambot": "^16.3.2",
"node-red-dashboard": "^3.6.5",
"node-red-node-email": "^3.0.3",
"node-red-node-ui-table": "^0.4.5"
}
}