56 lines
896 B
Plaintext
56 lines
896 B
Plaintext
# maven ignore
|
|
target/
|
|
*.jar
|
|
*.war
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
.flattened-pom.xml
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# idea ignore
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# visual-studio-code ignore
|
|
.vscode/
|
|
|
|
# temp ignore
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.orig
|
|
|
|
# license check result
|
|
license-list
|
|
|
|
# grpc compiler
|
|
compiler/gradle.properties
|
|
compiler/build/*
|
|
compiler/.gradle/*
|
|
|
|
# protobuf
|
|
dubbo-serialization/dubbo-serialization-protobuf/build/*
|
|
dubbo-demo/dubbo-demo-triple/build/*
|
|
|
|
# global registry center
|
|
.tmp
|
|
|
|
dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/src/main/resources/META-INF/native-image
|
|
dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/src/main/generated
|
|
dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/src/main/resources/META-INF/native-image
|
|
dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/src/main/generated
|
|
|