diff options
| author | Bobby <[email protected]> | 2025-04-13 18:11:29 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-04-13 18:11:29 +0530 |
| commit | f884a0fe47f7403850de650d3be3733420ac5986 (patch) | |
| tree | dd31c866b1fa8204612af6475f1afa16a90f8a2d /.gitignore | |
| parent | 12fb3704db217cc408b662ec73cdd41e028c0e08 (diff) | |
| download | ai-f884a0fe47f7403850de650d3be3733420ac5986.tar.xz ai-f884a0fe47f7403850de650d3be3733420ac5986.zip | |
add temp to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,3 +30,9 @@ bin/ # Environment variables .env + +# temp files +*.tmp +*.temp +temp/ +# Logs |
