Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom code #1

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 18 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist/
/tmp/

# dependencies
bower_components/
node_modules/
/bower_components/
/node_modules/

# misc
npm-debug.log*
yarn-error.log
/.env*
/.pnp*
/.sass-cache
/.eslintcache
/connect.lock
/coverage/
/libpeerconnection.log
/npm-debug.log*
/testem.log
/yarn-error.log

# ember-try
.node_modules.ember-try/
/.node_modules.ember-try/
/bower.json.ember-try
/package.json.ember-try
/package.json.ember-try
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
'use strict';

module.exports = {
printWidth: 100,
semi: true,
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'es5',
};
File renamed without changes.
File renamed without changes.
410 changes: 81 additions & 329 deletions CHANGELOG.md

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions CONTRIBUTING.md

This file was deleted.

File renamed without changes.
231 changes: 0 additions & 231 deletions README.md

This file was deleted.

60 changes: 0 additions & 60 deletions RELEASE.md

This file was deleted.

Loading