Skip to content

Commit 0808e2e

Browse files
authored
add: ignore eclipse files
1 parent f4fbc64 commit 0808e2e

1 file changed

Lines changed: 64 additions & 2 deletions

File tree

.gitignore

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11

2-
# Created by https://www.gitignore.io/api/java,maven,macos,linux,intellij+all
2+
# Created by https://www.gitignore.io/api/java,maven,macos,linux,intellij+all,eclipse
3+
4+
### Eclipse ###
5+
6+
.metadata
7+
bin/
8+
tmp/
9+
*.tmp
10+
*.bak
11+
*.swp
12+
*~.nib
13+
local.properties
14+
.settings/
15+
.loadpath
16+
.recommenders
17+
18+
# External tool builders
19+
.externalToolBuilders/
20+
21+
# Locally stored "Eclipse launch configurations"
22+
*.launch
23+
24+
# PyDev specific (Python IDE for Eclipse)
25+
*.pydevproject
26+
27+
# CDT-specific (C/C++ Development Tooling)
28+
.cproject
29+
30+
# Java annotation processor (APT)
31+
.factorypath
32+
33+
# PDT-specific (PHP Development Tools)
34+
.buildpath
35+
36+
# sbteclipse plugin
37+
.target
38+
39+
# Tern plugin
40+
.tern-project
41+
42+
# TeXlipse plugin
43+
.texlipse
44+
45+
# STS (Spring Tool Suite)
46+
.springBeans
47+
48+
# Code Recommenders
49+
.recommenders/
50+
51+
# Scala IDE specific (Scala & Java development for Eclipse)
52+
.cache-main
53+
.scala_dependencies
54+
.worksheet
55+
56+
### Eclipse Patch ###
57+
# Eclipse Core
58+
.project
59+
60+
# JDT-specific (Eclipse Java Development Tools)
61+
.classpath
62+
63+
# Annotation Processing
64+
.apt_generated
365

466
### Intellij+all ###
567
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
@@ -149,4 +211,4 @@ buildNumber.properties
149211
!/.mvn/wrapper/maven-wrapper.jar
150212

151213

152-
# End of https://www.gitignore.io/api/java,maven,macos,linux,intellij+all
214+
# End of https://www.gitignore.io/api/java,maven,macos,linux,intellij+all,eclipse

0 commit comments

Comments
 (0)