選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

SeamGen.gitignore 671B

123456789101112131415
  1. /bootstrap/data
  2. /bootstrap/tmp
  3. /classes/ # all class files
  4. /dist/ # contains generated war files for deployment
  5. /exploded-archives/ # war content generation during deploy (or explode)
  6. /test-build/ # test compilation (ant target for Seam)
  7. /test-output/ # test results
  8. /test-report/ # test report generation for, e.g., Hudson
  9. /target/ # maven output folder
  10. temp-testng-customsuite.xml # generated when running test cases under Eclipse
  11. # Thanks to @VonC and @kraftan for their helpful answers on a related question
  12. # on StackOverflow.com:
  13. # http://stackoverflow.com/questions/4176687
  14. # /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects