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

12345678910111213141516171819202122232425262728
  1. #Mac OS X generated files
  2. .DS_Store*
  3. Thumbs.db
  4. #Compiled
  5. /build
  6. /classes
  7. *.jar
  8. *.class
  9. target
  10. #intellij
  11. /.idea
  12. #GWT generated file
  13. *~
  14. *.log
  15. *.log.*
  16. *.ipr
  17. *.iml
  18. *.iws
  19. gen
  20. .gwt
  21. gwt-unitCache
  22. #eclipse
  23. .project
  24. .classpath
  25. .settings