capi-v2/.gitignore
Roman Pushkov d9e2c2c42c
CAPI-354: add RRN/AAC to payment search (#350)
* 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
2019-06-19 19:48:20 +03:00

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