add .env to gitignore

This commit is contained in:
drusepth 2022-02-23 13:28:30 -08:00
parent b1d3029330
commit ad9e40871c

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Heroku stuff
.env