Skip to content

Commit

Permalink
Update .gitignore in addon/ to ignore README.md and LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov authored Sep 11, 2024
1 parent b811c5b commit 671d066
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addon/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
/package.json.ember-try

.eslintcache

# The authoritative copies of these live in the monorepo root (because they're
# more useful on github that way), but the build copies them into here so they
# will also appear in published NPM packages.
/README.md
/LICENSE.md

0 comments on commit 671d066

Please sign in to comment.