guan404ming commented on code in PR #60806: URL: https://github.com/apache/airflow/pull/60806#discussion_r2709192633
########## .gitignore: ########## @@ -15,6 +15,7 @@ airflow-core/src/airflow/ui/coverage/ airflow/git_version airflow/ui/coverage/ logs/ +!airflow-core/src/airflow/ui/**/Logs/ Review Comment: Sure, I've removed it. This change is because my Git setup was somehow ignoring the folder `airflow-core/src/airflow/ui/**/Logs/`. I believe I can fix this myself by adjusting my local configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
