mik-laj commented on a change in pull request #9531:
URL: https://github.com/apache/airflow/pull/9531#discussion_r446609058
##########
File path: docs/concepts.rst
##########
@@ -1465,3 +1465,13 @@ would not be scanned by Airflow at all. This improves
efficiency of DAG finding)
The scope of a ``.airflowignore`` file is the directory it is in plus all its
subfolders.
You can also prepare ``.airflowignore`` file for a subfolder in ``DAG_FOLDER``
and it
would only be applicable for that subfolder.
+
+
+.pluginignore
+''''''''''''''
+
+A ``.pluginignore`` file specifies the directories or files in
``PLUGINS_FOLDER``
Review comment:
Why the new file name? In my opinion, you can use `.airflowignore` and
it will be easier to use.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]