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 d4a25d6 commit c4891caCopy full SHA for c4891ca
group20/.gitignore
@@ -0,0 +1,41 @@
1
+# Java class files
2
+*.class
3
+
4
+# Generated files
5
+bin/
6
+gen/
7
+out/
8
+target/
9
10
+# Gradle files
11
+.gradle/
12
+build/
13
14
+# Local configuration file (sdk path, etc)
15
+local.properties
16
17
+# Proguard folder generated by Eclipse
18
+proguard/
19
20
+# Log Files
21
+*.log
22
23
+# Intellij
24
+*.iml
25
+.idea/workspace.xml
26
+.idea/tasks.xml
27
+.idea/gradle.xml
28
+.idea/dictionaries
29
+.idea/libraries
30
+.idea
31
32
+# Project generated files
33
+.project
34
+.settings
35
+.classpath
36
+.com
37
+.metadata
38
39
+# Mac file
40
+.DS_Store
41
0 commit comments