mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: updated .gitignore files and added forgotten .env.example to frontend.
This commit is contained in:
parent
278a08bb05
commit
c582e842e6
4 changed files with 4 additions and 17 deletions
1
surfsense_web/.env.example
Normal file
1
surfsense_web/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
|||
NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000
|
||||
2
surfsense_web/.gitignore
vendored
2
surfsense_web/.gitignore
vendored
|
|
@ -31,7 +31,7 @@ yarn-error.log*
|
|||
.pnpm-debug.log*
|
||||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue