We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af57f7a commit b013732Copy full SHA for b013732
.gitignore
@@ -1,4 +1,19 @@
1
+# Eclipse project files
2
+.classpath
3
+.project
4
+.settings/
5
+test-output/
6
7
+# IntelliJ project files
8
+.idea/
9
+*.iws
10
+*.iml
11
+*.ipr
12
+
13
+# Mac
14
+.DS_Store
15
16
+# Others
17
Temp/
18
obj/
19
classes/
@@ -8,9 +23,6 @@ bin/
23
* out*
24
*.ldb
25
_ReSharper*/
-*.iws
-*.iml
-*.ipr
26
*.eml
27
out/
28
*.user
@@ -25,4 +37,3 @@ Out/
37
Out*/
38
*.lic
39
Data/*Out*
-.idea/
0 commit comments