env: allow private things like secret keys
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
4
.envrc
4
.envrc
@@ -4,6 +4,8 @@ export android_emulator=false
|
|||||||
|
|
||||||
use nix --arg use_android $use_android --arg android_emulator $android_emulator
|
use nix --arg use_android $use_android --arg android_emulator $android_emulator
|
||||||
|
|
||||||
|
# you can put secret keys in here
|
||||||
|
source .privenv || :
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.cargo/bin
|
export PATH=$PATH:$HOME/.cargo/bin
|
||||||
export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245
|
export JB55=32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
|||||||
.buildcmd
|
.buildcmd
|
||||||
perf.data
|
perf.data
|
||||||
perf.data.old
|
perf.data.old
|
||||||
|
.privenv
|
||||||
target
|
target
|
||||||
queries/damus-notifs.json
|
queries/damus-notifs.json
|
||||||
.git
|
.git
|
||||||
|
|||||||
Reference in New Issue
Block a user