From 03adcf13345cc04d3bee259239794f4c4e55610c Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 10 Dec 2025 17:24:50 +0800 Subject: Initial Commit! --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5b42ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# Auto-save files +auto-save-list/ + +# Native compilation cache +eln-cache/ + +# Straight.el package manager +straight/build/ +straight/build-cache.el +straight/repos/ + +# Emacs backup files +*~ +\#*\# +.\#* + +# Compiled files +*.elc + +# Transient files +transient/ + +# Network security +network-security.data + +# Org mode +.org-id-locations +org-clock-save.el + +# Project files +.projectile +projectile-bookmarks.eld +projectile.cache + +# Recentf +recentf + +# Session files +session.* +.session + +# Bookmarks +bookmarks + +# TAGS +TAGS + +# Other +.cache/ +.local/ +var/ -- cgit v1.2.3