Merge pull request #30 from MODSetter/dev

chore: updated .gitignore files and added forgotten .env.example to frontend
This commit is contained in:
Rohan Verma 2025-04-10 23:46:45 -07:00 committed by GitHub
commit 753f40dfea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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