Add sentry stuff

This commit is contained in:
2026-01-13 15:56:34 -06:00
parent c4d78428e6
commit 4bdbb3feb1
5 changed files with 128 additions and 0 deletions

View File

@@ -1,10 +1,13 @@
# Dependencies - exclude node_modules from being copied
node_modules
**/node_modules
# Turbo
.turbo
**/.turbo
# Next.js build artifacts
.next
**/.next
**/out
@@ -16,6 +19,7 @@
.env*.local
.vscode
.idea
.cache
# Tests
**/__tests__