.gitignore 77 B

123456789
  1. .DS_Store
  2. .idea
  3. target
  4. *.iml
  5. /view/flutter/**/gen/*
  6. **/*.log
  7. dist
  8. logs
  9. cache