Skip to content

Commit

Permalink
Add missing .gitignores to better support --addon-only scenarios (no …
Browse files Browse the repository at this point in the history
…test app)
  • Loading branch information
NullVoxPopuli committed Feb 11, 2024
1 parent ba0e97d commit a4a72ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions files/__addonLocation__/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
/LICENSE.md

# compiled output
/dist
/declarations
dist/
declarations/

# npm/pnpm/yarn pack output
*.tgz

# deps & caches
node_modules/
.eslintcache
.prettiercache

0 comments on commit a4a72ef

Please sign in to comment.