.gitignore 181 B

12345678910111213141516
  1. node_modules
  2. public/*
  3. dist
  4. !public/.gitkeep
  5. .env
  6. .env.test
  7. package-lock.json
  8. yarn.lock
  9. yarn-error.log
  10. /src/config/sentry.js
  11. # Ignore test-related files
  12. /coverage.data
  13. /coverage/