5add8ddc13
Optimizing is difficult: I like flat hierarchies because I don't like directory-hopping, but I also would like a cleaner root for my mono-repo. Bombs away! Well it's that time again, folks: spring cleaning! Here I am musing about a few things that bother me: - Should I use kebab-case or snake_case? - It feels ~confusing to have //tools and //utils. What a //projects? Isn't everything a project? *sigh*
33 lines
630 B
Text
33 lines
630 B
Text
.vim
|
|
.DS_Store
|
|
./configs/secrets
|
|
**/*/.emacs.d/quelpa/**/*
|
|
**/*/.emacs.d/elpa/**/*
|
|
**/*/.emacs.d/emojis
|
|
**/*/.emacs.d/auto-save-list/**/*
|
|
**/*/.emacs.d/eshell/
|
|
**/*/.emacs.d/var/**/*
|
|
**/*/.emacs.d/.cache/**/*
|
|
**/*/.emacs.d/request
|
|
**/*/.emacs.d/network-security.data
|
|
**/*/.emacs.d/smex-items
|
|
**/*/.gnupg/random_seed
|
|
.netrwhist
|
|
Vundle.vim
|
|
**/*/.emacs.d/custom.el
|
|
**/*/.emacs.d/projectile-bookmarks.eld
|
|
**/*/.emacs.d/bookmarks
|
|
**/*/transient/history.el
|
|
|
|
# Haskell
|
|
*.hi
|
|
*.o
|
|
|
|
# Python
|
|
__pycache__
|
|
*.class
|
|
node_modules/
|
|
/configs/.config/fish/config.fish
|
|
/configs/.config/fish/fish_variables
|
|
/website/blog/public/
|
|
/emacs/.emacs.d/tramp
|