Add ignores for VSCode
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ target
|
||||
.idea
|
||||
credentials.yml
|
||||
.DS_Store
|
||||
.vscode
|
||||
|
||||
@@ -651,8 +651,11 @@ public class EnableRetryTests {
|
||||
}
|
||||
|
||||
public static interface NoRecoverInterface {
|
||||
|
||||
void service();
|
||||
|
||||
boolean isRecovered();
|
||||
|
||||
}
|
||||
|
||||
public static class NoRecoverClass implements NoRecoverInterface {
|
||||
@@ -674,6 +677,7 @@ public class EnableRetryTests {
|
||||
public boolean isRecovered() {
|
||||
return this.recovered;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static interface NotAnnotatedInterface {
|
||||
|
||||
Reference in New Issue
Block a user