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 229a35b..9ad17eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,4 +51,7 @@ Thumbs.db
.vscode/
# temp folders
-app/public/temp/ \ No newline at end of file
+app/public/temp/
+
+# authentication files (json) for Google Cloud Services
+auth/*.json \ No newline at end of file