diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-12 02:16:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-12 02:16:32 +0800 |
| commit | ef38b9cb9bd0f51dd0d631213a355b7ade2a4a56 (patch) | |
| tree | 53bcbc4dac75e41896d22672b55c97c47390c36a | |
| parent | 382cc8d67219adba24d04af029ad6a61824930f5 (diff) | |
Ignore all `.temp` directories
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -# Temp directory -/.temp/ +# All temp directory +**/.temp/ # Idea directory (RustRover) /.idea/
\ No newline at end of file |
