lion/.gitignore
2020-07-13 11:33:50 +02:00

38 lines
472 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/
## types
*.d.ts
!packages/*/types/*
## temp folders
/.tmp/
/coverage/
/storybook-static/
## temp files
local.log
## browserstack
browserstack.err
!packages/singleton-manager/demo/**/node_modules