summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Do not track .envrc.local files.Owen Jacobson2025-05-28
| | | | | | This was a simple omission on my part. In f26dd0d662d8fc33108d072031329e707f54300b, I added a `.envrc` file that was intended to be tracked, and had it reference `.envrc.local` so that others could customize the environment, through direnv, without requiring that those changes be submitted upstream. I forgor to mark that file as ignored. It never bit us, but I tried to use a .envrc.local file today to experiment on some Node-specific PATH ideas (I want to be able to run `vite` without `npx`!) and noticed that Git wanted to track my config.
* Add FE test frameworkKit La Touche2024-11-14
|
* Rename the project to `pilcrow`.Owen Jacobson2024-11-08
|
* Verify .sqlx files against an empty DB.Owen Jacobson2024-11-03
| | | | For reasons beyond my understanding, the `sqlx prepare` command produces different results for sqlite depending on whether there are or are not rows in certain tables. This ensures that the files are generated consistently with an _empty_ database.
* Stray file, should never have been committedOwen Jacobson2024-10-11
|
* Hoist the UI one step up furtherOwen Jacobson2024-10-10
|
* Store state in sqlite. Default to .hi in the cwd.Owen Jacobson2024-08-30
|
* Empty bin crateOwen Jacobson2024-08-30