mirror of
https://github.com/valitydev/capi-v2.git
synced 2024-11-06 10:05:21 +00:00
d9e2c2c42c
* add tags to gitignore * prepare transaction info handler * prepare test with rrn * prepare rrn and aac in search * update dmsl * uncomment after dmsl update * update swag * update handler * update tests * comment out rrn * fix dummy data * compact map * added more explicit comments in tests
25 lines
215 B
Plaintext
25 lines
215 B
Plaintext
# general
|
|
log
|
|
/_build/
|
|
*~
|
|
erl_crash.dump
|
|
.tags*
|
|
*.sublime-*
|
|
|
|
.DS_Store
|
|
|
|
# rebar
|
|
/_checkouts/
|
|
|
|
# generated
|
|
apps/swag_server/*
|
|
apps/swag_client/*
|
|
*.beam
|
|
|
|
# containerization
|
|
\#*
|
|
.\#*
|
|
Dockerfile
|
|
docker-compose.yml
|
|
tags
|