Add .old/ to git ignore, I use that dir ofter for old files, I do not want to delete.

This commit is contained in:
Oleksandr Kozachuk
2023-10-17 11:53:49 +02:00
parent 3ea1f49027
commit 5f29f60168
+1
View File
@@ -106,6 +106,7 @@ celerybeat.pid
.venv
env/
venv/
.old/
ENV/
env.bak/
venv.bak/