secure-files

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

.gitignore (1159B)


      1 var/
      2 
      3 #
      4 # Eclipse
      5 #
      6 
      7 .metadata
      8 bin/
      9 tmp/
     10 *.tmp
     11 *.bak
     12 *.swp
     13 *~.nib
     14 local.properties
     15 .settings/
     16 .loadpath
     17 .recommenders
     18 
     19 # Eclipse Core
     20 .project
     21 
     22 # External tool builders
     23 .externalToolBuilders/
     24 
     25 # PyDev specific (Python IDE for Eclipse)
     26 *.pydevproject
     27 
     28 # CDT-specific (C/C++ Development Tooling)
     29 .cproject
     30 
     31 # CDT- autotools
     32 .autotools
     33 
     34 # JDT-specific (Eclipse Java Development Tools)
     35 .classpath
     36 
     37 # Java annotation processor (APT)
     38 .factorypath
     39 
     40 # PDT-specific (PHP Development Tools)
     41 .buildpath
     42 
     43 # sbteclipse plugin
     44 .target
     45 
     46 # Tern plugin
     47 .tern-project
     48 
     49 # TeXlipse plugin
     50 .texlipse
     51 
     52 # STS (Spring Tool Suite)
     53 .springBeans
     54 
     55 # Code Recommenders
     56 .recommenders/
     57 
     58 # Annotation Processing
     59 .apt_generated/
     60 .apt_generated_test/
     61 
     62 # Scala IDE specific (Scala & Java development for Eclipse)
     63 .cache-main
     64 .scala_dependencies
     65 .worksheet
     66 
     67 
     68 #
     69 # Maven
     70 #
     71 
     72 target/
     73 pom.xml.tag
     74 pom.xml.releaseBackup
     75 pom.xml.versionsBackup
     76 pom.xml.next
     77 release.properties
     78 dependency-reduced-pom.xml
     79 buildNumber.properties
     80 .mvn/timing.properties
     81 # https://github.com/takari/maven-wrapper#usage-without-binary-jar
     82 .mvn/wrapper/maven-wrapper.jar
     83 
     84 
     85 #
     86 # Secure-files
     87 #
     88 
     89 !src/main/packaged-resources/bin