We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7596f0f commit a0d65deCopy full SHA for a0d65de
.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,10 +23,7 @@ bin/
23
* out*
24
*.ldb
25
_ReSharper*/
-*.iws
-*.ipr
26
*.eml
-*.iml
27
out/
28
*.user
29
*.resx
@@ -23,9 +35,6 @@ Thumbs.db
35
manifest.mf
36
Out/
37
Out*/
-.settings/
38
*.lic
39
Data/*Out*
-.project
30
-.idea/
31
40
/dist/
0 commit comments