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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Eclipse
  2. .classpath
  3. .project
  4. .settings
  5. # /
  6. /.cvsignore
  7. /.tomcatplugin
  8. /work
  9. /.gwt-cache
  10. /.externalToolBuilders
  11. /extras
  12. uitest/src/main/themes/VAADIN/themes/**/styles.css
  13. # Persisted scss cache files
  14. uitest/src/main/themes/VAADIN/themes/**/styles.scss.cache
  15. # /build/
  16. /build/result
  17. /build/gwt
  18. /build/checkout
  19. /build/classes
  20. /build/test-output
  21. /build/integration-test-output
  22. # /tests/
  23. /tests/junit*.properties
  24. # /bin/
  25. /bin
  26. # Mac
  27. *.DS_Store
  28. # Python
  29. scripts/*.pyc
  30. # build result folders
  31. */result
  32. result
  33. target/
  34. all/target/
  35. push/target/
  36. shared/target/
  37. server/target/
  38. client/target/
  39. client-compiler/target/
  40. client-compiled/target/
  41. liferay/target/
  42. themes/target/
  43. uitest/target/
  44. widgets/target/
  45. .sass-cache
  46. phantomjsdriver.log
  47. *.iml
  48. .idea
  49. */.checkstyle
  50. error-screenshots