swag-wallets/.gitignore

40 lines
510 B
Plaintext
Raw Normal View History

# Dir for API portal deploy
dist/
out/
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
2022-04-08 13:17:29 +00:00
# Frontend
Translate into english (#38) * Translate into english * Update api/payres/spec/swagger.yaml * Update api/wallet/spec/definitions/DepositRevertStatus.yaml * Revert webhook public key example * Apply suggestions from code review Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> * Update api/wallet/spec/definitions/WithdrawalsTopic.yaml * Update api/wallet/spec/paths/identities@{identityID}@withdrawal-methods.yaml * Update api/wallet/spec/paths/destinations@{destinationID}@grants.yaml * Format MD parts * Update api/wallet/spec/definitions/CurrencyID.yaml * Update api/wallet/spec/definitions/Deposit.yaml * Apply suggestions from code review Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Deposit.yaml * Update api/wallet/spec/definitions/Identity.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/DestinationGrantRequest.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/FileDownload.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/W2WTransfer.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/payres/spec/swagger.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Destination.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Provider.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/Report.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/Identity.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Provider.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Update api/wallet/spec/definitions/Report.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/QuoteParameters.yaml * Update api/wallet/spec/definitions/SourceID.yaml Co-authored-by: vilorij <vilorij@ya.ru> * Update api/wallet/spec/definitions/ReceiverResource.yaml Co-authored-by: Артем <WWW_cool@inbox.ru> * Fixes * Remove crowdin configuration Co-authored-by: vilorij <vilorij@ya.ru> Co-authored-by: Rinat Arsaev <11846445+A77AY@users.noreply.github.com> Co-authored-by: Артем <WWW_cool@inbox.ru>
2023-01-16 08:38:24 +00:00
/lib
# Other
.DS_Store