|
1 | | -# Created by https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode,java |
2 | | -# Edit at https://www.toptal.com/developers/gitignore?templates=maven,intellij+all,visualstudiocode,java |
| 1 | +# Created by https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode,java,eclipse |
| 2 | +# Edit at https://www.toptal.com/developers/gitignore?templates=maven,intellij+all,visualstudiocode,java,eclipse |
| 3 | + |
| 4 | +### Eclipse ### |
| 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 | +# Locally stored "Eclipse launch configurations" |
| 21 | +*.launch |
| 22 | + |
| 23 | +# PyDev specific (Python IDE for Eclipse) |
| 24 | +*.pydevproject |
| 25 | + |
| 26 | +# CDT-specific (C/C++ Development Tooling) |
| 27 | +.cproject |
| 28 | + |
| 29 | +# CDT- autotools |
| 30 | +.autotools |
| 31 | + |
| 32 | +# Java annotation processor (APT) |
| 33 | +.factorypath |
| 34 | + |
| 35 | +# PDT-specific (PHP Development Tools) |
| 36 | +.buildpath |
| 37 | + |
| 38 | +# sbteclipse plugin |
| 39 | +.target |
| 40 | + |
| 41 | +# Tern plugin |
| 42 | +.tern-project |
| 43 | + |
| 44 | +# TeXlipse plugin |
| 45 | +.texlipse |
| 46 | + |
| 47 | +# STS (Spring Tool Suite) |
| 48 | +.springBeans |
| 49 | + |
| 50 | +# Code Recommenders |
| 51 | +.recommenders/ |
| 52 | + |
| 53 | +# Annotation Processing |
| 54 | +.apt_generated/ |
| 55 | +.apt_generated_test/ |
| 56 | + |
| 57 | +# Scala IDE specific (Scala & Java development for Eclipse) |
| 58 | +.cache-main |
| 59 | +.scala_dependencies |
| 60 | +.worksheet |
| 61 | + |
| 62 | +# Uncomment this line if you wish to ignore the project description file. |
| 63 | +# Typically, this file would be tracked if it contains build/dependency configurations: |
| 64 | +#.project |
| 65 | + |
| 66 | +### Eclipse Patch ### |
| 67 | +# Spring Boot Tooling |
| 68 | +.sts4-cache/ |
3 | 69 |
|
4 | 70 | ### Intellij+all ### |
5 | 71 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
@@ -153,4 +219,4 @@ buildNumber.properties |
153 | 219 | .history |
154 | 220 | .ionide |
155 | 221 |
|
156 | | -# End of https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode,java |
| 222 | +# End of https://www.toptal.com/developers/gitignore/api/maven,intellij+all,visualstudiocode,java,eclipse |
0 commit comments