1
1
sovereign-stack/.gitignore
Derek Smith dcf4f16cf7
Ingnore clear_lxd_stack.sh file from git commits.
Signed-off-by: Derek Smith <derek@farscapian.com>
2022-04-22 16:16:30 -04:00

19 lines
480 B
Plaintext

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