ashb commented on code in PR #47798: URL: https://github.com/apache/airflow/pull/47798#discussion_r2005677924
########## .gitignore: ########## @@ -9,6 +9,9 @@ secrets.py airflow.db # Airflow temporary artifacts +airflow-core/src/airflow/git_version +airflow-core/src/airflow/ui/coverage/ Review Comment: Nit, very much optional: These could be done in the local gitignore `airflow-core/.gitignore` if we wanted? -- 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]
