Skip to content

Commit

Permalink
updates .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Nov 29, 2024
1 parent 9f4c14e commit dcd1a4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

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

# testing
/coverage
coverage

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

# production
/build
build

# misc
.DS_Store
Expand Down

0 comments on commit dcd1a4b

Please sign in to comment.