From 8c7d5b5bc7b3a1810fe0b3d124cd7310f0e46b43 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Wed, 1 Jul 2015 18:16:34 -0500 Subject: [PATCH] Add Amazon Elastic Beanstalk exceptions to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d725b83..9c959ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules .env WeatherService.zip + +# Elastic Beanstalk Files +.elasticbeanstalk/* +!.elasticbeanstalk/*.cfg.yml +!.elasticbeanstalk/*.global.yml