HomePhabricator

[gitignore] Add secrets.js to monorepo .gitignore to support js apps that use…

Description

[gitignore] Add secrets.js to monorepo .gitignore to support js apps that use keys

Summary:
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.

Test Plan:

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

Reviewers: Fabien, #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D13235

Details

Provenance
bytesofmanAuthored on Mar 4 2023, 00:10
bytesofmanPushed on Mar 4 2023, 17:52
Reviewer
Restricted Project
Differential Revision
D13235: [gitignore] Add secrets.js to monorepo .gitignore to support js apps that use keys
Parents
rABC98375040b2ed: [Cashtab] [Alias] pt 14 - Frontend bytesize validation
Branches
Unknown
Tags
Unknown