diff --git a/.gitignore b/.gitignore index 71ad79d0..4dbc8adb 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,9 @@ # broccoli-debug /DEBUG/ + +# Generated coverage output. `/coverage/` above covers the normal case; these two guard the +# reports istanbul writes for workspace-linked siblings, whose relative paths resolve out of +# the coverage folder and into the package root (see config/coverage.js). +/ember-core/ +/*/addon/**/*.js.html diff --git a/addon/components/custom-field/form.hbs b/addon/components/custom-field/form.hbs deleted file mode 100644 index dadcf9bb..00000000 --- a/addon/components/custom-field/form.hbs +++ /dev/null @@ -1,77 +0,0 @@ -
No results found
-Try adjusting your query filters
-|
-
- {{or column.label column.name}}
-
- |
- {{/each}}
-
|---|
| - {{#if (get row column.name)}} - - {{get row column.name}} - - {{else}} - — - {{/if}} - | - {{/each}} -