signal-cli/.gitignore
Sebastian Haas 4f3e3f9a24
Accept JSON formatted command via sockets
- Start ServerSocket and listen for clients
- Accept multiple JSON objects as commands
	* Send messages (single recipient / group)
	* Receive messages (minimal support)
	* Send reactions
- Support attachments embedded in JSON (base64 encoded)
2021-01-18 23:32:12 +01:00

15 lines
No EOL
133 B
Text

.gradle/
.idea/*
!.idea/codeStyles/
build/
*~
*.swp
*.iml
local.properties
.classpath
.project
.settings/
out/
.DS_Store
bin/
config/