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 204B

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