add empty .env

This commit is contained in:
2026-02-21 08:26:06 -05:00
parent 9531953b48
commit 35d7504bb9
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@
*/.DS_Store */.DS_Store
*/node_modules */node_modules
*/package-lock.json */package-lock.json
*/.env
# backend # backend
backend/data/anki/decks/* backend/data/anki/decks/*

8
backend/.env Normal file
View File

@@ -0,0 +1,8 @@
# Basic Node
PORT=3000
# API keys
PEXELS_API=
PIXABAY_API=
UNSPLASH_API=
SHUTTERSTOCK_API=