Merge pull request #48 from PDMLab/enhancement/47

exclude IDE and CI settings from npm publish
This commit is contained in:
Alexander Zeitler 2019-04-06 16:29:04 +02:00 committed by GitHub
commit 1c046718db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,12 @@ test/
# ignore ESLint and EditorConfig
.editorconfig
.eslintrc.json
# JetBrains IDE settings
.idea
# VS Code settings
.vscode
# CircleCI
.circleci