This repository was archived by the owner on Dec 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525hs_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
You can’t perform that action at this time.
0 commit comments