Skip to content

Commit

Permalink
chore: Update .gitignore and package.json
Browse files Browse the repository at this point in the history
`test.js`, `websocket.js`, `@headlessui/react`, `@heroicons/react`, and `socket.io-client` were added to `.gitignore`. Additionally, `@headlessui/react`, `@heroicons/react`, and `socket.io-client` were added as dependencies in `package.json`.
  • Loading branch information
DeveloperJosh committed Jul 17, 2024
1 parent 1ce2982 commit bedfb6a
Show file tree
Hide file tree
Showing 11 changed files with 537 additions and 164 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# next.js
/.next/
/out/
websocket.js
test.js

# production
/build
Expand Down
283 changes: 283 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bedfb6a

Please sign in to comment.