Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
added nvmrc
  • Loading branch information
Oba-One committed Apr 26, 2024
1 parent 4a63d81 commit 06f707c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage
coverage

# next.js
/.next/
/out/

# production
/build
build

# misc
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20

0 comments on commit 06f707c

Please sign in to comment.