File tree Expand file tree Collapse file tree 4 files changed +70
-18
lines changed Expand file tree Collapse file tree 4 files changed +70
-18
lines changed Original file line number Diff line number Diff line change 1+ # VSCode
2+ .vscode /
3+
4+ # Intellij
5+ .idea /
6+ * .iml
7+ * .iws
18out /
29target /
3- .idea /
4- /bin /
5- .classpath /
6- .project /
10+
11+ # Mac
12+ .DS_Store
13+
14+ # Maven
15+ log /
16+ target /
17+
18+ # ## Eclipse ###
19+
20+ .metadata
21+ bin /
22+ tmp /
23+ * .tmp
24+ * .bak
25+ * .swp
26+ * ~.nib
27+ local.properties
728.settings /
29+ .loadpath
30+ .recommenders
31+
32+ # External tool builders
33+ .externalToolBuilders /
34+
35+ # Locally stored "Eclipse launch configurations"
36+ * .launch
37+
38+ # PyDev specific (Python IDE for Eclipse)
39+ * .pydevproject
40+
41+ # CDT-specific (C/C++ Development Tooling)
42+ .cproject
43+
44+ # Java annotation processor (APT)
45+ .factorypath
46+
47+ # PDT-specific (PHP Development Tools)
48+ .buildpath
49+
50+ # sbteclipse plugin
51+ .target
52+
53+ # Tern plugin
54+ .tern-project
55+
56+ # TeXlipse plugin
57+ .texlipse
58+
59+ # STS (Spring Tool Suite)
60+ .springBeans
61+
62+ # Code Recommenders
63+ .recommenders /
64+
65+ # Scala IDE specific (Scala & Java development for Eclipse)
66+ .cache-main
67+ .scala_dependencies
68+ .worksheet
869
70+ # ## Eclipse Patch ###
71+ # Eclipse Core
72+ .project
973
74+ # JDT-specific (Eclipse Java Development Tools)
75+ .classpath
1076
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments