soluble-io/cache-interop

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# dependencies
node_modules
tsconfig.tsbuildinfo
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# production output
/dist
/build
/out
**/_release

# global cache

.cache
.eslintcache

# tests
/coverage
/.nyc_output

# changeset
# this file is generated in the changeset/action
.netrc

# editor
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# os
.DS_Store

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

/.vscode/settings.json