Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jul 14, 2023
1 parent bff90e7 commit 0ac141f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const clean = async () => {
await rm('dist');
await rm('node_modules');
await rm('package-lock.json');
await rm('yarn.lock');
};

const purge = async () => {
Expand Down

0 comments on commit 0ac141f

Please sign in to comment.