.gitignore 131 B

123456789101112131415161718
  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