Skip to content

Commit

Permalink
chore: update .gitignore file
Browse files Browse the repository at this point in the history
- Remove PyCharm-specific comments
- Add settings.toml to ignored files
- Remove duplicate entry for settings.local.toml
  • Loading branch information
rtuszik committed Sep 3, 2024
1 parent 6c8b907 commit d183b38
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,9 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
settings.json
settings.local.toml
.secrets.toml

settings.local.toml
settings.toml

0 comments on commit d183b38

Please sign in to comment.