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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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/integration-test/src/
  28. sonar/target
  29. sonar/*/target
  30. # IntelliJ
  31. /out/
  32. /*/out/
  33. .idea
  34. *.iml
  35. *.iws
  36. *.ipr
  37. # Gradle
  38. .gradle
  39. # Ant
  40. .ant-targets-build.xml
  41. /build/
  42. /*/build/
  43. dist
  44. lib/