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

Clean up #776

Closed
wants to merge 8 commits into from
Closed
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
6 changes: 0 additions & 6 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@

# unconventional js
/blueprints/*/files/
/vendor/

# compiled output
/dist/
/tmp/

# dependencies
/bower_components/

# misc
/coverage/
Expand All @@ -20,5 +15,4 @@

# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/package.json.ember-try
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

# compiled output
/dist/
/tmp/

# dependencies
/bower_components/
/node_modules/

# misc
Expand All @@ -20,5 +18,4 @@

# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/package.json.ember-try
4 changes: 0 additions & 4 deletions .jshintignore

This file was deleted.

44 changes: 0 additions & 44 deletions .jshintrc

This file was deleted.

34 changes: 0 additions & 34 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion .watchmanconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ignore_dirs": ["tmp", "dist"]
"ignore_dirs": ["dist"]
}
51 changes: 0 additions & 51 deletions config/environment.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/targets.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-styleguide": "^8.4.0",
"ember-template-lint": "^3.6.0",
"ember-try": "^1.4.0",
"ember-try": "^2.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To support tests/dummy/config/ember-try.js.

"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.4",
Expand Down
3 changes: 0 additions & 3 deletions public/robots.txt

This file was deleted.

File renamed without changes.
Empty file removed vendor/.gitkeep
Empty file.
Loading
Loading