CHORE: gitignore stopped actual env file being committed

This commit is contained in:
Luke Else 2024-02-18 19:27:03 +00:00
parent dba4cf01a3
commit cd112fa644
2 changed files with 13 additions and 1 deletions

13
.env Normal file
View File

@ -0,0 +1,13 @@
# Environment Variables used to configure WMGZON
# ENVIRON: Used to incidicate the type of environment the app is running in.
# DEFAULT = prod
ENVIRON=prod
# ENVIRON=test
# App secret used to encrpy client-side cookies
APPSECRET=test
# Filestore for product photos
FILESTORE=static/assets/img/products/

1
.gitignore vendored
View File

@ -17,7 +17,6 @@ cicd/runner-data
instance/* instance/*
!instance/.gitignore !instance/.gitignore
.webassets-cache .webassets-cache
.env
### Flask.Python Stack ### ### Flask.Python Stack ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files