chore: add .env.local to gitignore
This commit is contained in:
parent
78319342fc
commit
3a22ecd14a
6
.env.local.example
Normal file
6
.env.local.example
Normal file
@ -0,0 +1,6 @@
|
||||
MINIO_ENDPOINT=
|
||||
MINIO_ACCESS_KEY=
|
||||
MINIO_SECRET_KEY=
|
||||
MINIO_BUCKET=
|
||||
|
||||
PEERTUBE_FEED_URL=
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
node_modules
|
||||
out
|
||||
.devbox
|
||||
.env*.local
|
||||
|
Loading…
Reference in New Issue
Block a user