diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-25 16:41:35 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-25 16:41:35 -0500 |
| commit | e71e52efad9a06f035e1ca302258204939273c59 (patch) | |
| tree | f96ddb52d3763cd0da2717d31b1bb57fa08d8bc8 | |
| parent | 980572882a7bd80133234c2ad1fcca5b78762d4d (diff) | |
| download | dotemacs-e71e52efad9a06f035e1ca302258204939273c59.tar.gz dotemacs-e71e52efad9a06f035e1ca302258204939273c59.zip | |
chore:gitignore: Add client secret JSON file to ignore list
Prevent tracking of sensitive client secret file in version control
by ignoring it in .gitignore.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 880816d54..f882b3eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ auto-save-list/ /.org-generic-id-locations /multisession/ /browser-choice.el +/client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json |
