lion/.gitignore
Thomas Allmer 7f49f2c6a6 feat: manager to support single instances with nested npm installations
BREAKING CHANGE: add singleton-manager
2020-05-18 15:25:21 +02:00

34 lines
435 B
Text

## editors
/.idea
/.vscode
/*.code-workspace
/.history
## system files
.DS_Store
## npm/yarn
node_modules/
npm-debug.log
yarn-error.log
# we do prefer yarn.lock so we do not want npms version of it
/package-lock.json
## build artifacts
/lib/
/build/
/bundlesize/dist/
## temp folders
/.tmp/
/coverage/
/storybook-static/
## temp files
local.log
## browserstack
browserstack.err
!packages/singleton-manager/demo/**/node_modules