.gitignore 67 B

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