.gitignore 450 B

12345678910111213141516171819202122232425262728293031
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /src/coreui-new
  5. /src/coreui-icons
  6. /src/coreui-charts
  7. # testing
  8. /coverage
  9. /src/coreui-new
  10. /src/coreui-icons
  11. /src/coreui-charts
  12. # production
  13. /build
  14. /src/coreui-new
  15. /src/coreui-icons
  16. /src/coreui-charts
  17. # misc
  18. .DS_Store
  19. .idea
  20. .env.local
  21. .env.development.local
  22. .env.test.local
  23. .env.production.local
  24. npm-debug.log*
  25. yarn-debug.log*
  26. yarn-error.log*