Skip to content

Commit e2110a2

Browse files
Added some files to gitignore and openapi-generator-ignore
1 parent 560fba4 commit e2110a2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*.class
22

3+
#Project and VSCode Settings
4+
.settings
5+
.vscode
6+
37
# Mobile Tools for Java (J2ME)
48
.mtj.tmp/
59

.openapi-generator-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
99
#ApiClient.cs
1010

11+
pom.xml
12+
1113
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
1214
#foo/*/qux
1315
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

src/test/java/org/openapitools/client/utils/TestingEnvironmentVariables.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ public final class TestingEnvironmentVariables {
2525
public static final String OPERATING_SYSTEM = System.getenv("OPERATING_SYSTEM");
2626
public static final String RUNNER_OS = System.getenv("RUNNER_OS");
2727

28-
/* This is a utility class that shouldn't be instantiated */
29-
private TestingEnvironmentVariables(){}
3028
}

0 commit comments

Comments
 (0)