.gitignore 67 B

12345678910
  1. .idea
  2. target/
  3. *.iml
  4. *.class
  5. *.jar
  6. *.zip
  7. out
  8. .project
  9. .classpath
  10. bin