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

1234567891011121314151617181920212223242526272829303132
  1. # Maven
  2. target/
  3. *.versionsBackup
  4. # Files + directories created during build
  5. aj-build/
  6. build/local.properties
  7. taskdefs/bin
  8. # Log files
  9. log.txt
  10. # Eclipse
  11. .classpath
  12. .project
  13. .settings
  14. # IntelliJ IDEA
  15. *.iml
  16. .idea/
  17. # Visual Studio Code
  18. .vscode
  19. # MacOS X Finder
  20. .DS_Store
  21. # Linux
  22. .attach_pid*
  23. # No idea where these come from
  24. bin/