Skip to content

Commit

Permalink
Add a couple key things to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Oct 29, 2023
1 parent 3011658 commit 6e6bcd3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## project-specific:
mvkdicebot.ini

## Editor/Linux:
*~

## Default Python gitignore:
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 6e6bcd3

Please sign in to comment.