Skip to content

Commit

Permalink
Merge pull request #50 from embroider-build/tmp
Browse files Browse the repository at this point in the history
add git ignore for tmp file
  • Loading branch information
mansona authored Aug 6, 2024
2 parents d300760 + 7729fa6 commit c05f78e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions files-override/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# compiled output
/dist/
/declarations/

# dependencies
/node_modules/

# misc
/.env*
/.pnp*
/.eslintcache
/coverage/
/npm-debug.log*
/testem.log
/yarn-error.log

# ember-try
/.node_modules.ember-try/
/npm-shrinkwrap.json.ember-try
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try

# broccoli-debug
/DEBUG/

# temporary until https://github.com/embroider-build/embroider/issues/2020 is merged
/tmp/

0 comments on commit c05f78e

Please sign in to comment.