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

     1  *.class
     2  
     3  # Package Files #
     4  *.jar
     5  *.war
     6  
     7  # gwt caches and compiled units #
     8  war/gwt_bree/
     9  gwt-unitCache/
    10  
    11  # boilerplate generated classes #
    12  .apt_generated/
    13  
    14  # more caches and things from deploy #
    15  war/WEB-INF/deploy/
    16  war/WEB-INF/classes/
    17  
    18  #compilation logs
    19  .gwt/
    20  
    21  #gwt junit compilation files
    22  www-test/
    23  
    24  #old GWT (1.5) created this dir
    25  .gwt-tmp/