Merge pull request #32 from barrett-ruth/feat/formatting

update prettierignore - it doens't work on mdx
This commit is contained in:
Barrett Ruth 2025-12-27 14:16:05 -06:00 committed by GitHub
commit f4d582bf5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View file

@ -2,4 +2,5 @@ node_modules/
dist/
build/
.astro/
pnpm-lock.yaml
pnpm-lock.yaml
*.mdx

View file

@ -21,14 +21,12 @@ Since May 2025, I've been using the same tmux+neovim-centric setup. Sessions hou
- <u>Archaic git workflow</u>: Now that I was frequently collaborating on large
codebases, I needed to context-switch rapidly. I could not. This was primarily
due to two things:
1. <u>Nonexistent task management system</u>: I used a raw `.txt` file to
manage my priorities. I have also been known to use Chrome tabs as a backup
todo list.
2. <u>Poor workflow processes</u>: creating PRs, leaving reviews, and
iterating was slow. Coding was slow. Typing was slow. My neovim broke _all_
the time. It was nearly impossible to keep my Linux config in sync when I
went home to code on personal projects.
- <u>Nonexistent task management system</u>: I used a raw `.txt` file to manage
my priorities. I have also been known to use Chrome tabs as a backup todo list.
- <u>Poor workflow processes</u>: creating PRs, leaving reviews, and iterating
was slow. Coding was slow. Typing was slow. My neovim broke _all_ the time. It
was nearly impossible to keep my Linux config in sync when I went home to code
on personal projects.
# the solutions