Ignore .cmdhistory

This commit is contained in:
Maxim Khomutov 2023-07-01 23:07:52 +03:00
parent b487c13bd3
commit b97e5c1421

2
.gitignore vendored
View File

@ -128,5 +128,7 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
.idea/ .idea/
# Server configuration
/src/kuitoi.yml /src/kuitoi.yml
# cmdhistory from prompt_toolkit
.cmdhistory .cmdhistory