From 3ff574b3fa949d6966523d743497e20910756070 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 11 Dec 2016 19:27:27 +0000 Subject: [PATCH] Ignore backups to the generated settings file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 02e1563..ba841c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ !README.md # ...but ignore READMEs in the build folder build/README.md +# ...and the backup peppermint.json files created when using the settings GUI +peppermint.json.bak # And the Module API Docs !Module_API_Docs.md # And the changelog