diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
