From dcf4f16cf70c2aa4b88b5d63c9a086f56c8f5344 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Fri, 22 Apr 2022 16:16:30 -0400 Subject: [PATCH] Ingnore clear_lxd_stack.sh file from git commits. Signed-off-by: Derek Smith --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 53a84af..ac4e0ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ archive/* -# these are generated files, so we don't commit them. But they still show up -# so that's useful for development. -cloud-init.yml # this gets generated locally then push to remote vps for execution. temp_btcpay.sh @@ -16,4 +13,6 @@ 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 \ No newline at end of file +env + +clear_lxd_stack.sh