File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2323hs_err_pid *
24+
25+ # swp files
26+ * .swp
27+
28+ /bin /
29+
30+ # Created by https://www.gitignore.io/api/eclipse
31+
32+ # ## Eclipse ###
33+
34+ .metadata
35+ bin /
36+ tmp /
37+ * .tmp
38+ * .bak
39+ * .swp
40+ * ~.nib
41+ local.properties
42+ .settings /
43+ .loadpath
44+ .recommenders
45+
46+ # External tool builders
47+ .externalToolBuilders /
48+
49+ # Locally stored "Eclipse launch configurations"
50+ * .launch
51+
52+ # PyDev specific (Python IDE for Eclipse)
53+ * .pydevproject
54+
55+ # CDT-specific (C/C++ Development Tooling)
56+ .cproject
57+
58+ # CDT- autotools
59+ .autotools
60+
61+ # Java annotation processor (APT)
62+ .factorypath
63+
64+ # PDT-specific (PHP Development Tools)
65+ .buildpath
66+
67+ # sbteclipse plugin
68+ .target
69+
70+ # Tern plugin
71+ .tern-project
72+
73+ # TeXlipse plugin
74+ .texlipse
75+
76+ # STS (Spring Tool Suite)
77+ .springBeans
78+
79+ # Code Recommenders
80+ .recommenders /
81+
82+ # Annotation Processing
83+ .apt_generated /
84+
85+ # Scala IDE specific (Scala & Java development for Eclipse)
86+ .cache-main
87+ .scala_dependencies
88+ .worksheet
89+
90+ # ## Eclipse Patch ###
91+ # Eclipse Core
92+ .project
93+
94+ # JDT-specific (Eclipse Java Development Tools)
95+ .classpath
96+
97+ # Annotation Processing
98+ .apt_generated
99+
100+ .sts4-cache /
101+
102+
103+ # End of https://www.gitignore.io/api/eclipse
You can’t perform that action at this time.
0 commit comments