loucyx commented on PR #42184: URL: https://github.com/apache/airflow/pull/42184#issuecomment-2353326243
@pierrejeambrun there were 3 aperances of `.vscode` in `.gitignore`, the only one that remains removed is redundant: ``` .vscode/* # Everything in the `.vscode` folder (the folder will not be committed) !.vscode/extensions.json # Exclude `extensions.json` .vscode # Redundant ignore of `.vscode` folder ``` I just kept the last one removed, I can add it back, but the effect is the same afaik. -- 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]
