chore: updated .gitignore files and added forgotten .env.example to frontend.

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-04-10 23:43:47 -07:00
parent 278a08bb05
commit c582e842e6
4 changed files with 4 additions and 17 deletions

16
.gitignore vendored
View file

@ -1,15 +1 @@
# Environments .flashrank_cache*
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
data/
.data
__pycache__
__pycache__/
.__pycache__
surfsense_backend/.env
.flashrank_cache

View file

@ -20,7 +20,7 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# local env files # local env files
.env*.local .env
out/ out/
build/ build/

View file

@ -0,0 +1 @@
NEXT_PUBLIC_FASTAPI_BACKEND_URL=http://localhost:8000

View file

@ -31,7 +31,7 @@ yarn-error.log*
.pnpm-debug.log* .pnpm-debug.log*
# env files (can opt-in for committing if needed) # env files (can opt-in for committing if needed)
.env* .env
# vercel # vercel
.vercel .vercel