From 784bde221445a3edc63ef9717d7cbc400ea6dead Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Fri, 17 Jun 2022 17:51:54 -0400 Subject: [PATCH] Ignore overlays with -local suffix If you need an overlay for testing/development but want to ensure that you don't accidentally add it to the repository, name it with a `-local` suffix. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9e27903b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/overlays/*-local/