diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-04 13:23:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-04 13:23:34 +0800 |
| commit | 7627c0e4911cc354e3dd7a3e445ee36252b1e9a6 (patch) | |
| tree | 5ebdc0281368e339f4015c1e470fb625434f168a /.gitignore | |
| parent | cf2402fff1632fd673a1865d83cefc80b75ed85f (diff) | |
Update .gitignore to ignore target directories recursively
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ /.obsidian/ # Target directory -/target/ +**/target/ |
