From 7e5b2695fed21d002ed03e56e5b7d94f301604bf Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 8 Sep 2015 09:07:48 +0300 Subject: [PATCH] Add resinrc.yml to gitignore Some modules have an use case for shipping the configuration file with the project, however this is not the case for the CLI. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8cbf07b9..b1be2534 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ release/build npm-shrinkwrap.json .resinconf +resinrc.yml