File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ # ------------------------------------------------------------------------------ #
2+ # Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
3+ # ------------------------------------------------------------------------------ #
4+ * .class
5+
6+ # Package Files #
7+ * .jar
8+ * .war
9+ * .ear
10+
11+ # ------------------------------------------------------------------------------------------- #
12+ # Eclipse-specific (https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore) #
13+ # ------------------------------------------------------------------------------------------- #
14+ * .pydevproject
15+ .metadata
16+ bin /**
17+ tmp /**
18+ tmp /** /*
19+ * .tmp
20+ * .bak
21+ * .swp
22+ * ~.nib
23+ local.properties
24+ .settings /
25+ .loadpath
26+ # Recommended for Maven based projects
27+ .project
28+ .classpath
29+
30+ # External tool builders
31+ .externalToolBuilders /
32+
33+ # Locally stored "Eclipse launch configurations"
34+ * .launch
35+
36+ # CDT-specific
37+ .cproject
38+
39+ # PDT-specific
40+ .buildpath
41+
42+ # --------------- #
43+ # Studio-specific #
44+ # --------------- #
45+ .studio /
46+ flows /
47+ target /
48+ ** /* .mflow
49+ catalog /
50+
51+ # Intellij
52+ .idea /
53+ ** /* .iml
54+
55+ # Mule
56+ .mule /
You can’t perform that action at this time.
0 commit comments