blob: c75e3b7d5753fe2bbc2c3090db0e830b387558d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Keep the repository focused on the modular source and project docs.
/*
!/.gitignore
!/AGENTS.md
!/README.md
!/early-init.el
!/init.el
!/abbrev_defs
!/reset
!/name-dictionary.el
!/lisp/
!/lisp/**
/lisp/*.elc
!/docs/
!/docs/plans/
!/docs/plans/**
!/tests/
!/tests/**
|