emacs/.gitignore
Evie Litherland-Smith 34056bb71b Convert use-package declarations to use straight.el
Add early-init.el to disable built-in package.el

Ignore extra straight repos and build files (except straight.el
itself), add lock file for current package versions
2024-08-09 14:28:13 +01:00

84 lines
847 B
Plaintext

# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
custom.el
eln-cache
auto-save-list
history
recentf
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
*.cache
*.db
# Magit
/transient/
*.sqlite
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# EWW
/url/
# EMMS
/emms/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# project file
/projects
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
# bookmarks
/bookmarks
/image-dired/
/request/
/idlwave/
/games/
/calc.el
/README.el
# straight.el
/straight/build-cache.el
/straight/build/
/straight/modified/
/straight/repos/*
!/straight/repos/straight.el