Skip to content

Commit

Permalink
add git ignore for tmp file
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Aug 6, 2024
1 parent d300760 commit 7729fa6
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 7729fa6

Please sign in to comment.