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