.gitignore 358 B

1234567891011121314151617181920212223242526272829
  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. /dist
  9. /.next
  10. /out
  11. demo.tsx
  12. # misc
  13. .DS_Store
  14. .env
  15. npm-debug.log*
  16. yarn-debug.log*
  17. yarn-error.log*
  18. # ignore basic lib
  19. /server/lib/MuPDF/*
  20. # ignore pdf files
  21. # ignore pdf files
  22. /public/pdfs/*
  23. !/public/pdfs/.keep