From e34432f0c7d68f08b43721b1287af9d504314dd8 Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Fri, 17 Feb 2023 15:04:20 -0600 Subject: [PATCH] Add ignore file to ignore app-creds and local kube-config --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e63ee0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +app-cred-* +kube-config -- GitLab