chore: add backup files to .gitignore

- Added *.bak and *.backup file patterns to .gitignore file
- Placed new patterns at the end of the file after a blank line
This commit is contained in:
kqlio67 2025-04-04 14:58:05 +03:00
parent 2e13110e37
commit c70dea7369

3
.gitignore vendored
View file

@ -67,3 +67,6 @@ to-reverse.txt
g4f/Provider/OpenaiChat2.py
generated_images/
projects/windows/
*.bak
*.backup