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

     1  .metadata
     2  bin/
     3  tmp/
     4  *.tmp
     5  *.bak
     6  *.swp
     7  *~.nib
     8  local.properties
     9  .settings/
    10  .loadpath
    11  .recommenders
    12  
    13  # External tool builders
    14  .externalToolBuilders/
    15  
    16  # Locally stored "Eclipse launch configurations"
    17  *.launch
    18  
    19  # PyDev specific (Python IDE for Eclipse)
    20  *.pydevproject
    21  
    22  # CDT-specific (C/C++ Development Tooling)
    23  .cproject
    24  
    25  # CDT- autotools
    26  .autotools
    27  
    28  # Java annotation processor (APT)
    29  .factorypath
    30  
    31  # PDT-specific (PHP Development Tools)
    32  .buildpath
    33  
    34  # sbteclipse plugin
    35  .target
    36  
    37  # Tern plugin
    38  .tern-project
    39  
    40  # TeXlipse plugin
    41  .texlipse
    42  
    43  # STS (Spring Tool Suite)
    44  .springBeans
    45  
    46  # Code Recommenders
    47  .recommenders/
    48  
    49  # Annotation Processing
    50  .apt_generated/
    51  .apt_generated_test/
    52  
    53  # Scala IDE specific (Scala & Java development for Eclipse)
    54  .cache-main
    55  .scala_dependencies
    56  .worksheet
    57  
    58  # Uncomment this line if you wish to ignore the project description file.
    59  # Typically, this file would be tracked if it contains build/dependency configurations:
    60  #.project