mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-01 18:19:08 +00: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
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -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
|
|
2
surfsense_browser_extension/.gitignore
vendored
2
surfsense_browser_extension/.gitignore
vendored
|
@ -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/
|
||||||
|
|
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*
|
.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue