add .env to gitignore

This commit is contained in:
James 2022-05-28 14:41:52 +01:00
parent 9a1cfbe51e
commit 357bd67391
2 changed files with 1 additions and 6 deletions

6
.env
View File

@ -1,6 +0,0 @@
VOLUME_PATH=/data/unifi
TAG=latest
PUID=1000
PGID=1000
HTTP_PORT=80
HTTPS_PORT=443

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env