Skip to content

Commit

Permalink
docs: Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Sep 23, 2024
1 parent 743b7a7 commit 9036759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# FAQs

## I don't want to put a
## I don't want to put a `.tool-versions`/`mise.toml` file into my project since git shows it as an untracked file

`.tool-versions` file into my project since git shows it as an untracked file
Use [`mise.local.toml`](https://mise.jdx.dev/configuration.html#mise-toml) and put that into your global gitignore file. This file should never be committed.

You can make git ignore these files in 3 different ways:
Or you can make git ignore these files in 3 different ways:

- Adding `.tool-versions` to project's `.gitignore` file. This has the downside that you need to
commit the change to the ignore file.
Expand Down

0 comments on commit 9036759

Please sign in to comment.