This commit is contained in:
Zelong Kuang
2025-12-16 07:39:36 +11:00
parent b76258a0d9
commit 1c47483c1c
2 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@@ -52,3 +52,4 @@ flycheck_*.el
/transient/ /transient/
/var/ /var/
/tree-sitter/ /tree-sitter/
/url/

View File

@@ -1,19 +0,0 @@
;; Emacs-W3 HTTP cookies file -*- lexical-binding: t -*-
;; Automatically generated file!!! DO NOT EDIT!!!
(setq url-cookie-storage
'nil
)
(setq url-cookie-secure-storage
'(("github.com"
[url-cookie "_octo" "GH1.1.564730709.1765652932"
"Sun, 13 Dec 2026 19:08:52 GMT" "/" "github.com" t]))
)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; cookies ends here