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 1aa13ba commit f2c3e76Copy full SHA for f2c3e76
.gitignore
@@ -22,3 +22,25 @@
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24
replay_pid*
25
+
26
+# Gradle
27
+gradle
28
+.gradle
29
+build/
30
+!**/src/main/**/build/
31
+!**/src/test/**/build/
32
33
+# IDEA
34
+.idea
35
+*.iws
36
+*.iml
37
+*.ipr
38
+out/
39
+!**/src/main/**/out/
40
+!**/src/test/**/out/
41
+gradlew
42
+gradlew.bat
43
+.vscode
44
45
+# Mac OS
46
+.DS_Store
0 commit comments