Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
httpjamesm committed Apr 18, 2023
1 parent c680a81 commit 551429c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

# dependencies
node_modules/
/.pnp
.pnp/
.pnp.js

# testing
/coverage
coverage/

# next.js
.next/
/out/
out/

# production
/build
build/

# misc
.DS_Store
Expand All @@ -37,7 +37,7 @@ out_functions
out_publish

.env
/.vscode/
.vscode/
.idea/

# workbox
Expand Down

0 comments on commit 551429c

Please sign in to comment.