Skip to content

Commit 430e91f

Browse files
committed
Add .ember-cli to .gitignore.
I typically need to run `ember s --port 5200` (non-standard port) due to having many other ember-cli apps running concurrently. If we add `.ember-cli` to the `.gitignore` we can all add our own custom port and configuration options.
1 parent 8519d4d commit 430e91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ bundle/
3838
publish_to_bower/
3939
bower_components/
4040
npm-debug.log
41+
.ember-cli

0 commit comments

Comments
 (0)