Skip to content

Commit

Permalink
Fix Exclude Files list for PyCharm
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jan 8, 2025
1 parent 0018c91 commit 3a1c759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Structure**, mark `src` as a source folder. In the **Exclude
Files** box, enter the following:

```
LICENSE;NOTICE;PyPI.md;.coverage;.coveragerc;.github;.gitignore;.gitattributes;.htmlcov;.idea;.isort.cfg;.mypy.ini;.mypy_cache;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.pytest.ini;.readthedocs.yml;.tabignore;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.run;.venv;.runtime;.coverage.lcov;.env*
LICENSE;NOTICE;PyPI.md;build;dist;docs/_build;out;poetry.lock;poetry.toml;run;.coverage;.coverage.lcov;.coveragerc;.gitattributes;.github;.gitignore;.htmlcov;.idea;.mypy_cache;.poetry;.pre-commit-config.yaml;.pylintrc;.pytest_cache;.readthedocs.yml;.run;.tabignore;.venv;.env*
```

When you're done, click **Ok**. Then, go to the gear icon in the project panel
Expand Down

0 comments on commit 3a1c759

Please sign in to comment.