Skip to content

Commit

Permalink
ignore SQLite WAL and SHM files, update Cargo watch crate in docs (#1254
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kaplanelad authored Feb 14, 2025
1 parent 8d726f5 commit 1b58868
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-site/content/docs/resources/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ flair =[]
<details>
<summary>How can I automatically reload code?</summary>

Try [cargo watch](https://crates.io/crates/cargo-watch):
Try [cargo watchexec](https://crates.io/crates/watchexec):

```
$ cargo-watch -x check -s 'cargo loco start'
$ watchexec --notify -r -- cargo loco start
```

Or [bacon](https://github.com/Canop/bacon)
Expand Down
3 changes: 2 additions & 1 deletion loco-new/base_template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ target/
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

*.sqlite
*.sqlite
*.sqlite-*

0 comments on commit 1b58868

Please sign in to comment.