databricks/databricks-vscode

[BUG] Infinite sync loop when `.databricks` is removed from git ignore

fjakobs opened this issue · 0 comments

Describe the bug
When you take .databricks out of the .gitignore this synchronization for the snapshot file never stops

To Reproduce
Steps to reproduce the behavior:

  1. remove .databricks/ from .gitignore
  2. start synchronizing code to Databricks

Expected behaviour

Either always exclude .databricks from sync or fail early when .databricks is not in git ignore.