Skip to content

Commit

Permalink
add accidentally ignored packages
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
  • Loading branch information
maia-iyer committed Nov 2, 2023
1 parent 0c93cc8 commit e642ccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
vendor

# dependencies
tornjak-frontend/node_modules
tornjak-frontend/.pnp
tornjak-frontend/.pnp.js
frontend/node_modules
frontend/.pnp
frontend/.pnp.js

# testing
tornjak-frontend/coverage
frontend/coverage

# production
tornjak-frontend/build
frontend/build

# misc
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@types/node": "^16.10.2",
"@types/react": "^17.0.24",
"@types/react-redux": "^7.1.20",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"check-prop-types": "^1.1.2",
"concurrently": "^6.2.2",
"enzyme": "^3.11.0",
Expand Down

0 comments on commit e642ccf

Please sign in to comment.