Skip to content

Commit

Permalink
ignore tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 18, 2024
1 parent 02d1a36 commit ff7d590
Show file tree
Hide file tree
Showing 40 changed files with 4 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# ember-try
/.node_modules.ember-try/

/tmp
/tmp/
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# broccoli-debug
/DEBUG/

/tmp
/tmp/
2 changes: 2 additions & 0 deletions app/app.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import Application from '@ember/application';
// @ts-expect-error: no types core/entrypoint
import compatModules from '@embroider/core/entrypoint';
import Resolver from 'ember-resolver';
import loadInitializers from 'ember-load-initializers';
import config from 'ember-polaris-pokedex/config/environment';
import './app.css';

// @ts-expect-error: no types for define
let d = window.define;

for (const [name, module] of Object.entries(compatModules)) {
Expand Down
1 change: 0 additions & 1 deletion app/templates/index.gts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default class IndexTemplate extends Component<IndexTemplateSignature> {
</Request>

{{outlet}}

{{! prettier-ignore }}
<style>
@keyframes reveal {
Expand Down
9 changes: 0 additions & 9 deletions tmp/rewritten-app/app.css

This file was deleted.

22 changes: 0 additions & 22 deletions tmp/rewritten-app/app.ts

This file was deleted.

19 changes: 0 additions & 19 deletions tmp/rewritten-app/components/home-button.ts

This file was deleted.

16 changes: 0 additions & 16 deletions tmp/rewritten-app/components/loading-bar.ts

This file was deleted.

211 changes: 0 additions & 211 deletions tmp/rewritten-app/components/pokemon-details.ts

This file was deleted.

62 changes: 0 additions & 62 deletions tmp/rewritten-app/components/pokemon-grid-item.ts

This file was deleted.

Loading

0 comments on commit ff7d590

Please sign in to comment.