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 17cffbe commit 7a430feCopy full SHA for 7a430fe
.gitignore
@@ -18,3 +18,42 @@ local.properties
18
# Eclipse project files
19
.classpath
20
.project
21
+
22
+# Proguard folder generated by Eclipse
23
+proguard/
24
+proguard-project.txt
25
26
+# Intellij project files
27
+*.iml
28
+*.ipr
29
+*.iws
30
+.idea/
31
32
+*.pydevproject
33
+.project
34
+.metadata
35
+.gradle
36
+build/**
37
+bin/**
38
+tmp/**
39
+tmp/**/*
40
+*.tmp
41
+*.bak
42
+*.swp
43
+*~.nib
44
+local.properties
45
+.classpath
46
+.settings/
47
+.loadpath
48
49
+# External tool builders
50
+.externalToolBuilders/
51
52
+# Locally stored "Eclipse launch configurations"
53
+*.launch
54
55
+# CDT-specific
56
+.cproject
57
58
+# PDT-specific
59
+.buildpath
0 commit comments