Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 498d72b

Browse files
committed
chore: ignore Eclipse configuration files
1 parent 19c4589 commit 498d72b

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

.gitignore

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,75 @@ target
2323
*.jar
2424
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2525
hs_err_pid*
26+
27+
# Created by https://www.toptal.com/developers/gitignore/api/eclipse
28+
# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse
29+
30+
### Eclipse ###
31+
.metadata
32+
bin/
33+
tmp/
34+
*.tmp
35+
*.bak
36+
*.swp
37+
*~.nib
38+
local.properties
39+
.settings/
40+
.loadpath
41+
.recommenders
42+
43+
# External tool builders
44+
.externalToolBuilders/
45+
46+
# Locally stored "Eclipse launch configurations"
47+
*.launch
48+
49+
# PyDev specific (Python IDE for Eclipse)
50+
*.pydevproject
51+
52+
# CDT-specific (C/C++ Development Tooling)
53+
.cproject
54+
55+
# CDT- autotools
56+
.autotools
57+
58+
# Java annotation processor (APT)
59+
.factorypath
60+
61+
# PDT-specific (PHP Development Tools)
62+
.buildpath
63+
64+
# sbteclipse plugin
65+
.target
66+
67+
# Tern plugin
68+
.tern-project
69+
70+
# TeXlipse plugin
71+
.texlipse
72+
73+
# STS (Spring Tool Suite)
74+
.springBeans
75+
76+
# Code Recommenders
77+
.recommenders/
78+
79+
# Annotation Processing
80+
.apt_generated/
81+
.apt_generated_test/
82+
83+
# Scala IDE specific (Scala & Java development for Eclipse)
84+
.cache-main
85+
.scala_dependencies
86+
.worksheet
87+
88+
# Uncomment this line if you wish to ignore the project description file.
89+
# Typically, this file would be tracked if it contains build/dependency configurations:
90+
#.project
91+
92+
### Eclipse Patch ###
93+
# Spring Boot Tooling
94+
.sts4-cache/
95+
.classpath
96+
.project
97+
# End of https://www.toptal.com/developers/gitignore/api/eclipse

0 commit comments

Comments
 (0)