Add sentry stuff
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user