Commit 9bd8c52
authored
This adds some more patterns to `.gitignore` for some of the tools known
to be used by the TFQ developers. Although these sorts of common ignore
patterns are better put in an individual user's global gitignore file
(something that can be configured in git), it turns out that Gemini CLI
also reads the `.gitignore` to determine what files to ignore in a
project. Making the project `.gitignore` file more comprehensive thus
helps us use AI code assistants more effectively.
This commit also adds an initial `.geminiignore` file for Gemini CLI.
Gemini CLI reads `.gitignore` too, but `.geminiignore` takes precedence;
this is essential for un-ignoring files that shouldn't be committed to
git yet _should_ be visible to Gemini CLI.
1 parent 4658d95 commit 9bd8c52
2 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
57 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments