43 lines
556 B
Text
43 lines
556 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/**/*
|
|
!packages/**/index.d.ts
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
/coverage/
|
|
/storybook-static/
|
|
/screenshots/.current/
|
|
/screenshots/.diff/
|
|
|
|
## temp files
|
|
local.log
|
|
|
|
## browserstack
|
|
browserstack.err
|
|
|
|
debug.log
|
|
|
|
!packages/singleton-manager/demo/**/node_modules
|