From 73b9c524749f3d1c7a42d74e1746f700b4268997 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Dec 2024 06:29:31 +1300 Subject: [PATCH] =?UTF-8?q?chore:=20Add=20.gitignore=20=20=F0=9F=94=92?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d2e825 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.venv +.vagrant + +# ACT variable files should never be committed. +.secrets +.vars \ No newline at end of file