.gitignore 138 B

1234567891011121314151617181920
  1. .idea
  2. .vscode
  3. .DS_Store
  4. node_modules
  5. package-lock.json
  6. yarn.lock
  7. .next
  8. .parcel-cache
  9. .swc
  10. build
  11. lib
  12. dist
  13. docs
  14. out
  15. *.tsbuildinfo
  16. .turbo