diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 8f4df7c..0000000 --- a/.npmignore +++ /dev/null @@ -1,33 +0,0 @@ -.git -.idea -node_modules/ -nbproject/ -.vs*/ -*.code-workspace -Thumbs.db -gulpfile.js - -# CI test files -test/ -travis/ -.travis.yml -appveyor.yml -.travis.yaml -appveyor.yaml - -# Type checking configuration -tsconfig.json -tsconfig.*.json - -# ESLint configuration -.eslintrc.json -.eslintrc.js - -# npm package files -iobroker.*.tgz - -# i18n intermediate files -admin/i18n - -# maintenance scripts -maintenance/**