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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # IntelliJ
  20. /out/
  21. /*/out/
  22. .idea
  23. *.iml
  24. *.iws
  25. *.ipr
  26. # Gradle
  27. .gradle
  28. # Ant
  29. .ant-targets-build.xml
  30. /build/
  31. /*/build/
  32. dist
  33. lib/
  34. # Compiled module-info class-files
  35. /poi*/src/*/java9/*.class