summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9ad17eb..b41c06d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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