From c8bc5405e1e5f5446306992b15def5f8b0210562 Mon Sep 17 00:00:00 2001 From: "James A. Rosen" Date: Fri, 26 Aug 2016 13:07:55 -0700 Subject: [PATCH] ignore .ember-cli Each developer may want their own custom port and TLS settings. We provide an example file. --- .ember-cli => .ember-cli.example | 0 .gitignore | 1 + 2 files changed, 1 insertion(+) rename .ember-cli => .ember-cli.example (100%) diff --git a/.ember-cli b/.ember-cli.example similarity index 100% rename from .ember-cli rename to .ember-cli.example diff --git a/.gitignore b/.gitignore index 86fceae7..11da0dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /bower_components # misc +/.ember-cli /.sass-cache /connect.lock /coverage/*