diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -54,4 +54,7 @@ Thumbs.db app/public/temp/ # authentication files (json) for Google Cloud Services -auth/*.json
\ No newline at end of file +auth/*.json + +# environmental variable files +.env
\ No newline at end of file |
