From 3bbaf7d29596ee8a35bd3501cb9cadfa2d39631f Mon Sep 17 00:00:00 2001 From: Michael Scholtz Date: Fri, 17 Jul 2015 18:23:35 +0200 Subject: [PATCH] Updated .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 381a20c..2b57d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,19 @@ .projectFilesBackup node_modules npm-debug.log + +#Vapor folder sentry servers logs -config.json +# Ignore all *config.json files except for the sample config. +*config.json +!sample.config.json + +# Ignore everything in the data folder except for the README file. data/* !data/README.md -# Ignore plugin for testing purposes +# Ignore plugin for testing purposes. lib/plugins/dummy.js