-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
delete .class files and add .gitignore
Signed-off-by: MregXN <mregxn@gmail.com>
- Loading branch information
Showing
23 changed files
with
51 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# IDE generated files and directories | ||
*.iml | ||
.idea/ | ||
.vs/ | ||
.vscode/ | ||
|
||
# Output folders | ||
**/target/ | ||
|
||
# Compiled class file | ||
*.class | ||
|
||
# Proto meta | ||
*.pb.meta | ||
|
||
# Log file | ||
*.log | ||
/syslog.txt | ||
|
||
# BlueJ files | ||
*.ctxt | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
|
||
# Eclipse | ||
.classpath | ||
.project | ||
.settings | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Some other generated folders/files | ||
/docs/dapr-sdk-actors | ||
/docs/dapr-sdk-autogen | ||
/docs/dapr-sdk | ||
/proto/dapr | ||
/proto/daprclient | ||
|
||
# macOS | ||
.DS_Store |
22 changes: 0 additions & 22 deletions
22
spring-cloud-stream-dapr/samples/kafka/target/classes/application.yaml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.26 KB
...ses/io/dapr/spring/cloud/stream/binder/properties/DaprBinderConfigurationProperties.class
Binary file not shown.
Binary file removed
BIN
-1.59 KB
.../target/classes/io/dapr/spring/cloud/stream/binder/properties/DaprBindingProperties.class
Binary file not shown.
Binary file removed
BIN
-651 Bytes
...target/classes/io/dapr/spring/cloud/stream/binder/properties/DaprConsumerProperties.class
Binary file not shown.
Binary file removed
BIN
-1.63 KB
...classes/io/dapr/spring/cloud/stream/binder/properties/DaprExtendedBindingProperties.class
Binary file not shown.
Binary file removed
BIN
-651 Bytes
...target/classes/io/dapr/spring/cloud/stream/binder/properties/DaprProducerProperties.class
Binary file not shown.
Binary file removed
BIN
-886 Bytes
...ring/cloud/stream/binder/provisioning/DaprBinderProvisioner$DaprConsumerDestination.class
Binary file not shown.
Binary file removed
BIN
-1.25 KB
...ring/cloud/stream/binder/provisioning/DaprBinderProvisioner$DaprProducerDestination.class
Binary file not shown.
Binary file removed
BIN
-3.45 KB
...arget/classes/io/dapr/spring/cloud/stream/binder/provisioning/DaprBinderProvisioner.class
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
...d-stream-dapr/spring-cloud-stream-binder-dapr-grpc/target/classes/META-INF/spring.binders
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...stream-dapr/spring-cloud-stream-binder-dapr-grpc/target/classes/META-INF/spring.factories
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-6.03 KB
...-binder-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/DaprGrpcService.class
Binary file not shown.
Binary file removed
BIN
-7.16 KB
...apr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/DaprMessageChannelBinder.class
Binary file not shown.
Binary file removed
BIN
-1.67 KB
...der-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/DaprMessageConsumer.class
Binary file not shown.
Binary file removed
BIN
-2.16 KB
...nder-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/DaprMessageHandler.class
Binary file not shown.
Binary file removed
BIN
-2.41 KB
...der-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/DaprMessageProducer.class
Binary file not shown.
Binary file removed
BIN
-3.5 KB
...pc/target/classes/io/dapr/spring/cloud/stream/binder/config/DaprBinderConfiguration.class
Binary file not shown.
Binary file removed
BIN
-870 Bytes
...t/classes/io/dapr/spring/cloud/stream/binder/config/DaprGrpcServerAutoConfiguration.class
Binary file not shown.
Binary file removed
BIN
-721 Bytes
...dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/messaging/DaprConverter.class
Binary file not shown.
Binary file removed
BIN
-607 Bytes
...r-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/messaging/DaprHeaders.class
Binary file not shown.
Binary file removed
BIN
-1.28 KB
...r-dapr-grpc/target/classes/io/dapr/spring/cloud/stream/binder/messaging/DaprMessage.class
Binary file not shown.
Binary file removed
BIN
-7.83 KB
...pc/target/classes/io/dapr/spring/cloud/stream/binder/messaging/DaprMessageConverter.class
Binary file not shown.