You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 209B

12345678910111213141516171819202122232425
  1. target
  2. build
  3. #idea files
  4. *.iml
  5. .idea
  6. *.ipr
  7. *.iws
  8. out/
  9. #jenv
  10. .java-version
  11. .DS_Store
  12. .extract
  13. .site-content/
  14. #eclipse files
  15. .project
  16. .classpath
  17. .settings/
  18. #netbeans file
  19. nbactions.xml
  20. nb-configuration.xml