File tree 1 file changed +159
-0
lines changed
1 file changed +159
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ## IntelliJ IDEA ###
2
+ out /
3
+ ! ** /src /main /** /out /
4
+ ! ** /src /test /** /out /
5
+ * .iml
6
+ * .idea
7
+
8
+ # ## Eclipse ###
9
+ .apt_generated
10
+ .classpath
11
+ .factorypath
12
+ .project
13
+ .settings
14
+ .springBeans
15
+ .sts4-cache
16
+ bin /
17
+ ! ** /src /main /** /bin /
18
+ ! ** /src /test /** /bin /
19
+ resources /
20
+
21
+ # ## NetBeans ###
22
+ /nbproject /private /
23
+ /nbbuild /
24
+ /dist /
25
+ /nbdist /
26
+ /.nb-gradle /
27
+
28
+ # ## VS Code ###
29
+ .vscode /
30
+
31
+ # ## Mac OS ###
32
+ .DS_Store
33
+
34
+ # Ignore the SW directory
35
+ SW /
36
+
37
+ # Eclipse m2e generated files
38
+ # Eclipse Core
39
+ .project
40
+ # JDT-specific (Eclipse Java Development Tools)
41
+ .classpath
42
+
43
+ # ## Eclipse ###
44
+ .metadata
45
+ bin /
46
+ tmp /
47
+ * .tmp
48
+ * .bak
49
+ * .swp
50
+ * ~.nib
51
+ local.properties
52
+ .settings /
53
+ .loadpath
54
+ .recommenders
55
+
56
+ # External tool builders
57
+ .externalToolBuilders /
58
+
59
+ # Locally stored "Eclipse launch configurations"
60
+ * .launch
61
+
62
+ # PyDev specific (Python IDE for Eclipse)
63
+ * .pydevproject
64
+
65
+ # CDT-specific (C/C++ Development Tooling)
66
+ .cproject
67
+
68
+ # CDT- autotools
69
+ .autotools
70
+
71
+ # Java annotation processor (APT)
72
+ .factorypath
73
+
74
+ # PDT-specific (PHP Development Tools)
75
+ .buildpath
76
+
77
+ # sbteclipse plugin
78
+ .target
79
+
80
+ # Tern plugin
81
+ .tern-project
82
+
83
+ # TeXlipse plugin
84
+ .texlipse
85
+
86
+ # STS (Spring Tool Suite)
87
+ .springBeans
88
+
89
+ # Code Recommenders
90
+ .recommenders /
91
+
92
+ # Annotation Processing
93
+ .apt_generated /
94
+ .apt_generated_test /
95
+
96
+ # Scala IDE specific (Scala & Java development for Eclipse)
97
+ .cache-main
98
+ .scala_dependencies
99
+ .worksheet
100
+
101
+ # Uncomment this line if you wish to ignore the project description file.
102
+ # Typically, this file would be tracked if it contains build/dependency configurations:
103
+ # .project
104
+
105
+ # ## Eclipse Patch ###
106
+ # Spring Boot Tooling
107
+ .sts4-cache /
108
+
109
+ # ## Java ###
110
+ # Compiled class file
111
+ * .class
112
+
113
+ # Log file
114
+ * .log
115
+
116
+ # BlueJ files
117
+ * .ctxt
118
+
119
+ # Mobile Tools for Java (J2ME)
120
+ .mtj.tmp /
121
+
122
+ # Package Files #
123
+ * .jar
124
+ * .war
125
+ * .nar
126
+ * .ear
127
+ * .zip
128
+ * .tar.gz
129
+ * .rar
130
+
131
+ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
132
+ hs_err_pid *
133
+ replay_pid *
134
+
135
+ # ## Windows ###
136
+ # Windows thumbnail cache files
137
+ Thumbs.db
138
+ Thumbs.db:encryptable
139
+ ehthumbs.db
140
+ ehthumbs_vista.db
141
+
142
+ # Dump file
143
+ * .stackdump
144
+
145
+ # Folder config file
146
+ [Dd ]esktop.ini
147
+
148
+ # Recycle Bin used on file shares
149
+ $RECYCLE.BIN /
150
+
151
+ # Windows Installer files
152
+ * .cab
153
+ * .msi
154
+ * .msix
155
+ * .msm
156
+ * .msp
157
+
158
+ # Windows shortcuts
159
+ * .lnk
You can’t perform that action at this time.
0 commit comments