AnseMin commited on
Commit
6b709cc
·
1 Parent(s): 6099d74

Update .gitignore to ignore all log files by changing the pattern from '==' to '='. This ensures that log files are properly excluded from version control.

Browse files
Files changed (1) hide show
  1. .gitignore +1 -1
.gitignore CHANGED
@@ -102,4 +102,4 @@ app_backup.py
102
  /data/
103
 
104
  # Ignore logs
105
- ==*
 
102
  /data/
103
 
104
  # Ignore logs
105
+ =*