mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
cherry pick gitignore additions into main
This commit is contained in:
parent
9d1ebcefaa
commit
bf76cb9358
2 changed files with 4 additions and 2 deletions
3
packages/backend/.gitignore
vendored
3
packages/backend/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
dist/
|
||||
!.env
|
||||
!.env
|
||||
.sentryclirc
|
||||
3
packages/web/.gitignore
vendored
3
packages/web/.gitignore
vendored
|
|
@ -39,4 +39,5 @@ next-env.d.ts
|
|||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/nextjs
|
||||
|
||||
!.env
|
||||
!.env
|
||||
.env.sentry-build-plugin
|
||||
Loading…
Reference in a new issue