forked from Mirrors/node-red-contrib-mi-devices
30 lines
258 B
Plaintext
30 lines
258 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
*.iml
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Package manager files
|
|
package-lock.json
|
|
yarn.lock
|
|
*.tgz
|
|
|
|
# Secrets
|
|
.npmrc
|