.gitignore 61 B

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