Skip to content

Commit

Permalink
fixed build + added .idea/ folder to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Roncin committed Sep 18, 2023
1 parent d0ca6ae commit 46c56fb
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 439 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ pnpm-error.log*
src/*.d.ts

TODO.txt
bouffe-captures/
bouffe-captures/

# IDE
.idea/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"socket.io-client": "^4.3.2"
},
"devDependencies": {
"@types/history": "^4.7.11",
"@types/node": "^16.11.64",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
Expand Down
Loading

0 comments on commit 46c56fb

Please sign in to comment.