Skip to content

Commit

Permalink
Add PyCharm IDE specific .gitignore files. (#2876)
Browse files Browse the repository at this point in the history
Add ```.idea/``` folder to ```.gitignore``` for devs. who work in
PyCharm IDE.

```python

# JetBrains PyCharm:
.idea/

```
  • Loading branch information
DeanChugall committed Apr 27, 2023
1 parent 075b141 commit 618ad47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -22,3 +22,6 @@ backend/openapi.json
.pytest_cache/

/docker-compose.override.yml

# JetBrains PyCharm:
.idea/

0 comments on commit 618ad47

Please sign in to comment.