Created
October 18, 2019 20:04
-
-
Save simply-alliv/c88492eddd4a102a793aefdb7be0f73a to your computer and use it in GitHub Desktop.
Standard Prettier ignore file for an Ember Octane App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://help.github.com/ignore-files/ for more about ignoring files. | |
# compiled output | |
/dist/ | |
/tmp/ | |
# dependencies | |
/bower_components/ | |
/node_modules/ | |
# misc | |
/.env* | |
/.pnp* | |
/.sass-cache | |
/connect.lock | |
/coverage/ | |
/libpeerconnection.log | |
/npm-debug.log* | |
/testem.log | |
/yarn-error.log | |
# ember-try | |
/.node_modules.ember-try/ | |
/bower.json.ember-try | |
/package.json.ember-try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment