org-management-proto/.gitignore
Andrew Mayorov 06c5c8430e
Define AuthContextProvider service (#1)
To provide clients with bouncer context fragments, to authorize API
operations with regular session tokens for example.

Co-authored-by: a.romanov <a.romanov@rbkmoney.com>
2020-10-09 15:16:38 +03:00

17 lines
176 B
Plaintext

# general
log
/_build/
/_checkouts/
*~
erl_crash.dump
.tags*
*.sublime-workspace
.edts
.DS_Store
/.idea/
*.beam
rebar3.crashdump
/src/*_thrift.erl
/include/*_thrift.hrl
target