Partial fix for fresh Intellij import

This commit is contained in:
Ryan Michela 2017-12-14 16:50:03 -08:00 committed by Eric Anderson
parent 7e655beb88
commit a84b406682
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ build
gradle.properties
.gradle
local.properties
out
# Maven (examples)
target

View File

@ -60,6 +60,6 @@ protobuf {
idea {
module {
sourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
testSourceDirs += file("${projectDir}/build/generated/source/proto/test/javalite/")
}
}