mirror of
https://github.com/apache/dubbo.git
synced 2026-03-26 20:28:20 +00:00
58 lines
687 B
Plaintext
58 lines
687 B
Plaintext
# maven ignore
|
|
target/
|
|
*.jar
|
|
*.war
|
|
*.zip
|
|
*.tar
|
|
*.tar.gz
|
|
.flattened-pom.xml
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
.externalToolBuilders
|
|
maven-eclipse.xml
|
|
|
|
# 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
|
|
|
|
.git.exec.error
|
|
|
|
# log files generated by testcase.
|
|
dubbo-rpc/dubbo-rpc-api/custom-access.log*
|
|
|