We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2940f commit 0690922Copy full SHA for 0690922
docs/FAQ.md
@@ -104,7 +104,10 @@ files you want to keep around to match the pattern.
104
105
If `$EDITOR` integration is important, something like `scratchpad.*` may be more
106
helpful, as you can keep the filename extension intact (it
107
-matches `scratchpad.md`, `scratchpad.rs` and more).
+matches `scratchpad.md`, `scratchpad.rs` and more). Another option is to add a
108
+directory to the global `.gitignore` which then stores all your temporary files
109
+and notes. For example, you could add `scratch/` to `~/.git/ignore` and then
110
+store arbitrary files in `<your-git-repo>/scratch/`.
111
112
You can find more details on `gitignore` files [here][gitignore].
113
0 commit comments