update prettierignore - it doens't work on mdx

This commit is contained in:
Barrett Ruth 2025-12-27 14:14:54 -06:00
parent 6892ac4a3b
commit f66f9a325b
2 changed files with 8 additions and 9 deletions

View file

@ -2,4 +2,5 @@ node_modules/
dist/ dist/
build/ build/
.astro/ .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 - <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 codebases, I needed to context-switch rapidly. I could not. This was primarily
due to two things: due to two things:
1. <u>Nonexistent task management system</u>: I used a raw `.txt` file to - <u>Nonexistent task management system</u>: I used a raw `.txt` file to manage
manage my priorities. I have also been known to use Chrome tabs as a backup my priorities. I have also been known to use Chrome tabs as a backup todo list.
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
2. <u>Poor workflow processes</u>: creating PRs, leaving reviews, and was nearly impossible to keep my Linux config in sync when I went home to code
iterating was slow. Coding was slow. Typing was slow. My neovim broke _all_ on personal projects.
the time. It was nearly impossible to keep my Linux config in sync when I
went home to code on personal projects.
# the solutions # the solutions