code.gitea.io/gitea@v1.21.7/options/gitignore/SeamGen (about)

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