From dc3fc3679d6e7f4f4094e3f897a7727c9e9e40bb Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sun, 21 Jun 2015 17:16:52 -0700 Subject: [PATCH] Ignore EB files. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 431e909..15ba529 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,8 @@ node_modules/* # Compiled assets css/index.css + +# Elastic Beanstalk Files +.elasticbeanstalk/* +!.elasticbeanstalk/*.cfg.yml +!.elasticbeanstalk/*.global.yml