.gitignore 79 B

12345678
  1. node_modules/
  2. dist/
  3. build/
  4. .turbo/
  5. .vscode/
  6. yarn-error.log
  7. **/.DS_Store
  8. .idea/