Skip to content

Commit

Permalink
Document IntelliJ exclusion manual workaround (#20363)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 authored Dec 16, 2022
1 parent 4e9c4c6 commit 6c807a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/contributing-to-airbyte/monorepo-python-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,11 @@ By default, the find function in IntelliJ is not scoped and will include all fil
4. Add the following filter to the `Exclude files` option: `connectors/**/.venv`
5. Press OK to confirm your options.

![](../.gitbook/assets/monorepo-exclude-files.png)
![](../.gitbook/assets/monorepo-exclude-files.png)

#### Manual Workaround

We have seen the above solution not being applied by IntelliJ. The exact reason is not clear to us but as a workaround, you can:
1. Open `.gitignore` in your IntelliJ
2. There will be a banner saying `Some of the ignored directories are not excluded from indexing and search`. Click on `View Directories`
3. A tree with all the git ignored files should be displayed. You can exclude them from IntelliJ by clicking `Exclude`

0 comments on commit 6c807a4

Please sign in to comment.