Spaces:
Sleeping
Sleeping
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- .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 |
+
=*
|