You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 291B

12345678910111213141516171819202122232425
  1. .DS_Store
  2. .env.development.local
  3. .env.local
  4. .env.production.local
  5. .env.test.local
  6. .envrc
  7. .eslintcache
  8. .history
  9. .idea
  10. .vercel
  11. .vscode
  12. .yarn
  13. *.log
  14. *.tgz
  15. build
  16. dist
  17. firebase
  18. logs
  19. node_modules
  20. npm-debug.log*
  21. package-lock.json
  22. static
  23. yarn-debug.log*
  24. yarn-error.log*
  25. src/packages/excalidraw/types