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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. classes
  2. workbook.xls
  3. bak
  4. build.number
  5. *.el
  6. scripts
  7. untitled1.jpx
  8. *.log
  9. forrest.properties
  10. compile-lib/
  11. ooxml-lib/
  12. ooxml-testlib/
  13. # Eclipse
  14. /bin
  15. .settings
  16. # Tests
  17. junit*.properties
  18. TEST-org.apache.poi*.xml
  19. # Sonar
  20. .sonar
  21. sonar/main/src/
  22. sonar/ooxml/src/
  23. sonar/scratchpad/src/
  24. sonar/ooxml-full/src/
  25. sonar/examples/src/
  26. sonar/excelant/src/
  27. sonar/target
  28. sonar/*/target
  29. # IntelliJ
  30. /out/
  31. .idea
  32. *.iml
  33. *.iws
  34. *.ipr
  35. # Gradle
  36. .gradle
  37. # Ant
  38. .ant-targets-build.xml
  39. build
  40. dist
  41. lib/