chore: add .env.local to gitignore

This commit is contained in:
rizaldy 2024-01-31 01:03:32 +07:00
parent 78319342fc
commit 3a22ecd14a
2 changed files with 7 additions and 0 deletions

6
.env.local.example Normal file
View File

@ -0,0 +1,6 @@
MINIO_ENDPOINT=
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
MINIO_BUCKET=
PEERTUBE_FEED_URL=

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
node_modules
out
.devbox
.env*.local