rh-rhdata-customer-web/.gitignore

27 lines
267 B
Plaintext

# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Production
/build
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment
.env.local
.env.development.local
.env.test.local
.env.production.local
# Misc
.DS_Store