Protobuf: modified .gitignore files to ignore some local artifacts
This commit is contained in:
@@ -21,3 +21,8 @@ gradle-app.setting
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# local project files
|
||||
lib/
|
||||
.idea/
|
||||
proto/compiler/protoc-artifacts
|
||||
proto/compiler/tests
|
||||
@@ -19,3 +19,16 @@ gradle-app.setting
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# Google Protobuf sources
|
||||
google/*
|
||||
!google/src
|
||||
|
||||
google/src/*
|
||||
!google/src/google
|
||||
|
||||
google/src/google/protobuf/*
|
||||
!google/src/google/protobuf/compiler
|
||||
|
||||
google/src/google/protobuf/compiler/*
|
||||
!google/src/google/protobuf/compiler/kotlin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user