Improve maintenance and readability
This commit is contained in:
parent
2cb33a692d
commit
bb026f3b17
48
.gitignore
vendored
48
.gitignore
vendored
@ -1,8 +1,37 @@
|
|||||||
|
# Note:
|
||||||
|
# git status
|
||||||
|
# git status --ignored
|
||||||
|
|
||||||
|
# Directories:
|
||||||
|
/_minted-README
|
||||||
|
/eln-cache
|
||||||
|
/elpa
|
||||||
|
/etc/yasnippet/snippets/latex-mode/auto/
|
||||||
|
/tree-sitter
|
||||||
|
/var
|
||||||
|
|
||||||
|
# File names:
|
||||||
|
column-view-demonstration.org
|
||||||
|
custom.el
|
||||||
|
dir-locals.el
|
||||||
|
early-init.el
|
||||||
|
example.py
|
||||||
|
init.el
|
||||||
|
latexmkrc
|
||||||
|
org-store-link
|
||||||
|
property-syntax-demonstration.org
|
||||||
|
pyproject.toml
|
||||||
|
setup.cfg
|
||||||
|
variables.el
|
||||||
|
worg-backend-dependent-execution-update.org
|
||||||
|
|
||||||
|
# File suffixes:
|
||||||
|
*-autoloads.el
|
||||||
*.aux
|
*.aux
|
||||||
*.bbl
|
*.bbl
|
||||||
*.bcf
|
*.bcf
|
||||||
*.blg
|
*.blg
|
||||||
*.el
|
*.elc
|
||||||
*.fdb_latexmk
|
*.fdb_latexmk
|
||||||
*.fls
|
*.fls
|
||||||
*.html
|
*.html
|
||||||
@ -17,18 +46,5 @@
|
|||||||
*.tex
|
*.tex
|
||||||
*.toc
|
*.toc
|
||||||
|
|
||||||
column-view-demonstration.org
|
# Hidden files:
|
||||||
dir-locals.el
|
.python_history
|
||||||
example.py
|
|
||||||
latexmkrc
|
|
||||||
org-store-link
|
|
||||||
property-syntax-demonstration.org
|
|
||||||
pyproject.toml
|
|
||||||
setup.cfg
|
|
||||||
worg-backend-dependent-execution-update.org
|
|
||||||
|
|
||||||
/_minted-README
|
|
||||||
/eln-cache
|
|
||||||
/elpa
|
|
||||||
/tree-sitter
|
|
||||||
/var
|
|
||||||
|
Loading…
Reference in New Issue
Block a user