.gitignore 77 B

12345678
  1. # Compiled class file
  2. *.class
  3. *.iml
  4. *.log
  5. **/target/**
  6. /logs/
  7. /.idea/
  8. .run/**