Skip to content

Instantly share code, notes, and snippets.

@simply-alliv
Created October 18, 2019 20:04
Show Gist options
  • Save simply-alliv/c88492eddd4a102a793aefdb7be0f73a to your computer and use it in GitHub Desktop.
Save simply-alliv/c88492eddd4a102a793aefdb7be0f73a to your computer and use it in GitHub Desktop.
Standard Prettier ignore file for an Ember Octane App
# 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