T2973
Add secrets.js to the top-level .gitignore. This file is used to store information that should not go into the monorepo. For now, it is only used for Telegram bot keys.
Differential D13235
[gitignore] Add secrets.js to monorepo .gitignore to support js apps that use keys bytesofman on Mar 4 2023, 00:14. Authored by Tags None Subscribers None
Details
T2973 Add secrets.js to the top-level .gitignore. This file is used to store information that should not go into the monorepo. For now, it is only used for Telegram bot keys. cd web/alias-server touch secrets.js git status Note that this file does not appear as modified in git cd bitcoin-abc find . -name secrets.js note that ./web/alias-server/secrets.js is the only output; no other secrets.js files exist in the monorepo that would be impacted by this change
Diff Detail
|