45 lines
506 B
Plaintext
45 lines
506 B
Plaintext
# compiled output
|
|
/dist
|
|
/node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Tests
|
|
/coverage
|
|
/.nyc_output
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.run
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode
|
|
|
|
# Http request env
|
|
artifacts/_environment-config/http-client.env.json
|
|
|
|
# Environment configuration
|
|
.env.local
|
|
|
|
# Yarn
|
|
.yarn/cache/
|
|
.yarn/unplugged/
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.* |