Skip to content

Commit 992180b

Browse files
author
Alan Scherger
committed
stop tracking generated code
1 parent c6cfb17 commit 992180b

File tree

15 files changed

+4
-1583
lines changed

15 files changed

+4
-1583
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ gradle-app.setting
106106
# End of https://www.gitignore.io/api/java,linux,macos,gradle,android,intellij,androidstudio
107107

108108
.vscode/
109+
**/generated/

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ subprojects {
2323
url 'https://dl.bintray.com/netifi/netifi-oss/'
2424
}
2525
}
26-
}
26+
}

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies {
1616
compile "org.apache.logging.log4j:log4j-slf4j18-impl"
1717
}
1818

19-
mainClassName = 'io.netifi.proteus.quickstart.client.Main'
19+
mainClassName = 'io.netifi.proteus.quickstart.client.Main'

0 commit comments

Comments
 (0)