From 210f212116a410dc03ab67b520bb829279a35758 Mon Sep 17 00:00:00 2001 From: Edward Loveall Date: Sun, 8 Aug 2021 14:22:34 -0400 Subject: [PATCH] Add .nova to gitignore To enable the crystal formatting, the extension saves the crystal path to a .nova folder. These paths are specific to my computer so I don't need to store them in the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e6029cb..5104525 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ start_server /public/mix-manifest.json /node_modules yarn-error.log +.nova