1
1
sovereign-stack/.gitignore

21 lines
496 B
Plaintext
Raw Normal View History

2021-12-25 18:43:01 +00:00
archive/*
# this gets generated locally then push to remote vps for execution.
temp_btcpay.sh
nginx.conf
# this file can be used by the USER to reset the LXD stack. It deletes a lxc machine VM (which you should update)
# then clears the lxd stack including profile, images, and storage pools
# then runs go.sh
reset.sh
# you can create an env in this directory. The code will source it if the file exists.
# This is a good place to put your LXD info
env
clear_lxd_stack.sh
publish_tag.sh