gitignore: Prevent adding .env to git

This commit is contained in:
Valentin Tolmer 2021-11-11 10:14:39 +01:00
parent 91356510e4
commit bbcd0288cf

3
.gitignore vendored
View File

@ -21,3 +21,6 @@ package.json
# Server private key
server_key
# Misc
.env