mirror of
https://github.com/apache/airflow.git
synced 2026-03-27 19:31:27 +00:00
IntelliJ IDEA .iml files could end up in sdist/wheel packages when building distributions that lack their own .gitignore. Adding *.iml to every distribution's .gitignore ensures these IDE metadata files are excluded from built packages.
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
*.iml
|