potiuk 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_r232447552
########## 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: Yeah. They are generated when we run various Airflow tests using IDE (in some scenarios the files are generated here - rather than in $HOME/airflow. I did not check exactly when it happens but I figured it makes sense to add it to .gitignore so that we don't commit it accidentally. ---------------------------------------------------------------- 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
