XD-DENG commented on a change in pull request #4167: [AIRFLOW-3220] Implement Instance Group Manager Operators for GCE URL: https://github.com/apache/incubator-airflow/pull/4167#discussion_r232243634
########## File path: .gitignore ########## @@ -146,3 +146,8 @@ npm-debug.log* static/dist derby.log metastore_db + +airflow-*.err +airflow-*.out +airflow-*.log +airflow-*.pid Review comment: My understanding is these files are generated only when we run Airflow. But do we need to add them here? If yes, maybe also necessary to add a short description of category like what have been added for other entries above. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
