mirror of https://github.com/grpc/grpc-java.git
Adding .gitignore for eclipse files.
This commit is contained in:
parent
11026b69cc
commit
52f4220395
|
@ -9,5 +9,11 @@ build
|
|||
.idea
|
||||
*.iml
|
||||
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
.gitignore
|
||||
|
||||
# OS X
|
||||
.DS_Store
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
subprojects {
|
||||
apply plugin: "java"
|
||||
apply plugin: "maven"
|
||||
apply plugin: "idea"
|
||||
|
||||
group = "com.google.net.stubby"
|
||||
version = "0.1.0-SNAPSHOT"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
apply plugin: 'protobuf'
|
||||
apply plugin: 'idea'
|
||||
|
||||
description = "Stubby: Integration Testing"
|
||||
|
||||
|
|
Loading…
Reference in New Issue