mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
WIP: updates WIP: cache on disk and autostart. WIP: mail, keychain and more. WIP: updated grpc version in go mod file. WIP: user list. WIP: RPC service placeholder WIP: test C++ RPC client skeleton. Other: missing license script update. WIP: use Qt test framework. WIP: test for app and login calls. WIP: test for update & cache on disk calls. WIP: tests for mail settings calls. WIP: all client tests. WIP: linter fixes. WIP: fix missing license link. WIP: update dependency_license script for gRPC and protobuf. WIP: removed unused file. WIP: app & login event streaming tests. WIP: update event stream tests. WIP: completed event streaming tests.
38 lines
423 B
Plaintext
38 lines
423 B
Plaintext
# System files
|
|
*.app
|
|
*.DS_Store
|
|
|
|
# Editor files
|
|
.*.sw?
|
|
*~
|
|
.idea
|
|
|
|
# Test files
|
|
godog.test
|
|
debug.test
|
|
coverage.html
|
|
|
|
# Run files
|
|
mem.pprof
|
|
|
|
# Auto generated
|
|
internal/**/credits.go
|
|
vendor
|
|
vendor-cache
|
|
/main.go
|
|
|
|
|
|
# Build files
|
|
/launcher-*
|
|
/bridge_*_*.tgz
|
|
/ie_*_*.tgz
|
|
/versioner
|
|
/hasher
|
|
cmd/Desktop-Bridge/deploy
|
|
cmd/Import-Export/deploy
|
|
proton-bridge
|
|
|
|
# Jetbrains (CLion, Golang) cmake build dirs
|
|
cmake-build-*/
|
|
cmake-build-*/
|