Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b4462c42689333eb9003da957b83bbdcdef872a0 (plain) (tree)
1
2
3
4
5
6
7
8



                               



                 


           

        


         
     

                  
 
                                                                                                                                         
          
         
 
                 



                             
 
                                               
# Backupfiles from mergetools #
*.orig

# Java Class Files #
*.class

# Package Files #
*.jar
*.zip

# Eclipse #
bin/
classes/

# Maven #
target/
.mvn/
.surefire-*
.flattened-pom.xml

# settings files are handled in rt-feature project and settings files should not be changed (can be enforecd with 'git add .settings -f')
/.settings
/.project

# IntelliJ IDEA #
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries

org.eclipse.scout.sdk.s2e*/META-INF/MANIFEST.MF

Back to the top