fix: adding sentry configs on space app and updated docker ignore (#3018)
This commit is contained in:
parent
9c5bf47ace
commit
9d16b39c15
10 changed files with 85 additions and 44 deletions
|
|
@ -2,5 +2,16 @@
|
|||
*.pyc
|
||||
.env
|
||||
venv
|
||||
node_modules
|
||||
npm-debug.log
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
npm-debug.log
|
||||
.next/
|
||||
**/.next/
|
||||
.turbo/
|
||||
**/.turbo/
|
||||
build/
|
||||
**/build/
|
||||
out/
|
||||
**/out/
|
||||
dist/
|
||||
**/dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue