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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
data/
.data
__pycache__
__pycache__/
.__pycache__
surfsense_backend/.env
.flashrank_cache
.flashrank_cache*

View file

@ -20,7 +20,7 @@ yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
.env
out/
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*
# env files (can opt-in for committing if needed)
.env*
.env
# vercel
.vercel