Mathias_Peters
Contributor II

Hi, I had a similar problem today. I changed the way, that we deploy our main bundle using pull requests and in order to play around with it locally, I copied python and dbt code into the databricks src dir (that is normally done during a github workflow). To avoid accidental commits, I also added the two dirs to .gitignore on the top level of our repo  (i.e. one level above the databricks dir). After that, bundle deploy stopped copying files. 

Is that intended? That feels like a bug to me, tbh