Skip to content

Instantly share code, notes, and snippets.

@knu2xs
knu2xs / directions.md
Last active November 22, 2017 00:05
Ember-CLI + WebStorm

Configuring WebStorm for Ember-CLI Projects

If you are using WebStorm with ember-cli, you will need to modify your .gitignore file, enable ECMAScript6 settings, and mark certain directories.

First, add the following line to .gitignore:

.idea

Next, from the WebStorm menu: