From 0fd4bf241fc5e3e1a39ef60e866956f1e8f3f2b8 Mon Sep 17 00:00:00 2001 From: Blaine Motsinger Date: Sat, 11 Sep 2021 10:48:33 -0500 Subject: [PATCH] Rename .us-pg-brands-rc and add to gitignore Don't overwrite the config when deploying changes to the host. --- .gitignore | 1 + .us-pg-brands-rc => .us-pg-brands-rc.example | 0 2 files changed, 1 insertion(+) rename .us-pg-brands-rc => .us-pg-brands-rc.example (100%) diff --git a/.gitignore b/.gitignore index 184d4aa..f0ae638 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tmp/ package-lock.json node_modules/ +.us-pg-brands-rc diff --git a/.us-pg-brands-rc b/.us-pg-brands-rc.example similarity index 100% rename from .us-pg-brands-rc rename to .us-pg-brands-rc.example