Skip to content

Commit

Permalink
Merge pull request #61 from lahdjirayhan/add-ide-gitignore
Browse files Browse the repository at this point in the history
Update .gitignore to not track IDE-specific settings
  • Loading branch information
Samxx97 committed Mar 15, 2022
2 parents 7304e93 + c8b5c4e commit 9d4c6d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,9 @@ dmypy.json

# Pyre type checker
.pyre/

# PyCharm (or other JetBrains IDE)
.idea/

# Visual Studio Code
.vscode/

0 comments on commit 9d4c6d4

Please sign in to comment.