Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ hs_err_pid*

# build files
**/target
target
target/**
.gradle
build

# Allow target directory itself (needed for ! patterns to work)
!target/
# Allow only jar files in target directory (build artifacts)
!target/*.jar
Binary file added target/sendbird-platform-sdk-2.1.2-javadoc.jar
Binary file not shown.
Binary file added target/sendbird-platform-sdk-2.1.2-sources.jar
Binary file not shown.
Binary file added target/sendbird-platform-sdk-2.1.2-tests.jar
Binary file not shown.
Binary file added target/sendbird-platform-sdk-2.1.2.jar
Binary file not shown.