Skip to content

Commit

Permalink
refactor(#37): add git ignore for cypress screenshots and add test sp…
Browse files Browse the repository at this point in the history
…ecification under scripts
  • Loading branch information
kleinc committed Oct 27, 2025
1 parent 38c08d3 commit 1bb2606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ dist-ssr
*.sw?

# Point cloud data
/public/pointclouds/
/public/pointclouds/

# Cypress screenshots
/cypress/screenshots/
1 change: 1 addition & 0 deletions package-lock.json

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

0 comments on commit 1bb2606

Please sign in to comment.