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.
2 parents 6d79cf6 + 685350a commit b0ea035Copy full SHA for b0ea035
1 file changed
.gitignore
@@ -15,6 +15,7 @@ bin/
15
coverage/
16
docs/
17
tmp/
18
+report/
19
*.tmp
20
*.bak
21
*.swp
@@ -23,6 +24,7 @@ local.properties
23
24
.settings/
25
.loadpath
26
.recommenders
27
+.docache
28
29
# External tool builders
30
.externalToolBuilders/
@@ -267,3 +269,4 @@ src/main/resources/
267
269
/.idea/
268
270
/test-report/
271
/.apt_generated_tests/
272
+.dccache
0 commit comments