.gitignore 247 B

123456789101112131415161718192021
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. # testing
  5. /coverage
  6. # production
  7. /build
  8. # documentation
  9. / code_docu
  10. # misc
  11. .DS_Store
  12. .env
  13. npm-debug.log*
  14. yarn-debug.log*
  15. yarn-error.log*