qiwi/module-federation-manifest-plugin

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.DS_STORE

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage
flow-coverage
lib-cov
coverage
coverage.*
.nyc_output
*.lcov

# Codeclimate
codeclimate.*
cc-reporter
cc-reporter.*

# Bundles
bundle/
build/
dist/
target/
typings/
flow-typed/
buildstamp.json

# artifact from gh cache
artifact.tar

#Docs
docs
doc

# Deps
/node_modules/
jspm_packages/
flow-typed/npm/

.npm
.eslintcache
.node_repl_history
.env

.idea
*.iml

# Typescript
*.tsbuildinfo
.tsbuildinfo
buildcache
.buildcache

# Creds
*.asc
*.key
*.pem
*.cert
*.p12