Skip to content

Commit

Permalink
chore: add pattern to gitignore
Browse files Browse the repository at this point in the history
- I've got a few different config files as I'm switching between the old and new config style, so this change keeps them from Git worrying about them
  • Loading branch information
MRichards99 committed Nov 22, 2021
1 parent c09c982 commit b851f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ venv/
.idea/
*.pyc
logs.log*
config.json
config.json*
.vscode/
.nox/
.python-version
Expand Down

0 comments on commit b851f96

Please sign in to comment.