/ .gitignore
.gitignore
 1  /.cache/
 2  /auto-save-list/
 3  /eln-cache/
 4  /elpa/
 5  /eshell/
 6  /history
 7  /projects
 8  /transient/
 9  /tree-sitter/
10  /var
11  /straight/build/
12  /straight/build-cache.el
13  
14  /straight/repos/el-get/
15  /straight/repos/emacsmirror-mirror/
16  /straight/repos/gnu-elpa-mirror/
17  /straight/repos/melpa/
18  /straight/repos/nongnu-elpa/
19  *.elc
20  # Devenv
21  .devenv*
22  devenv.local.nix
23  
24  # direnv
25  .direnv
26  
27  # pre-commit
28  .pre-commit-config.yaml
29  *~
30  artifacts/
31  
32  # my git ignore global
33  *~
34  *.swp
35  .ccls-cache
36  compile_commands.json
37  .tool-versions
38  .DS_Store
39  .venv
40  .direnv