- Add GPL-3.0 LICENSE file - Add checks.sh script for quality validation (checkdoc, package-lint, melpazoid) - Fix checkdoc issue: quote symbol in docstring - Remove redundant smerge-mode-hook (already handled by globalized mode) - Move configuration examples from example-config.el to README - Add advanced customization sections to README (lazy loading, terminal, Magit) - Update Contributing section with link to contribution guidelines - Update .gitignore to exclude melpazoid/ directory All MELPA quality checks now pass successfully.
27 lines
262 B
Plaintext
27 lines
262 B
Plaintext
# Emacs
|
|
*~
|
|
\#*\#
|
|
*.elc
|
|
auto-save-list
|
|
tramp
|
|
.\#*
|
|
|
|
# Emacs package development
|
|
.cask/
|
|
dist/
|
|
*.tar
|
|
*.tar.gz
|
|
melpazoid/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# User instructions (never commit this)
|
|
CLAUDE.md
|