.gitignore 151 B

12345678910111213141516
  1. *.iml
  2. target/
  3. */*.iml
  4. *.project
  5. *.classpath
  6. .settings/
  7. .project
  8. .classpath
  9. test-output/
  10. */test-output/
  11. *.log
  12. *.gz
  13. */velocity.log
  14. .idea/
  15. *target/
  16. *.swp