diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-10 17:24:50 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-10 17:24:50 +0800 |
| commit | 03adcf13345cc04d3bee259239794f4c4e55610c (patch) | |
| tree | bd3dd74bb8000cccb7029f806ae254cb7169420f /.gitignore | |
Initial Commit!
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
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/ |
