astronomer / astro-cli

CLI that makes it easy to create, test and deploy Airflow DAGs to Astronomer
https://www.astronomer.io
Other
347 stars 70 forks source link

Only exclude .git for bundles, not all hidden paths #1686

Closed jeremybeard closed 1 month ago

jeremybeard commented 1 month ago

Description

This change fixes a bug where all hidden files were being removed from the DAG bundle, which excluded important files such as .airflowignore. Instead, only the .git directory is excluded, which was the intention behind the original hidden files change.

🧪 Functional Testing

📸 Screenshots

Screenshot 2024-07-25 at 10 36 21 AM Screenshot 2024-07-25 at 10 35 58 AM

📋 Checklist