Fix up the ignores a bit
This commit is contained in:
parent
34644d42f4
commit
956e540fed
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
/rtmbot.conf
|
/rtmbot.conf
|
||||||
/build/**
|
/build/**
|
||||||
*.log
|
*.log*
|
||||||
env
|
env
|
||||||
.tox
|
.tox
|
||||||
*.un~
|
*.un~
|
||||||
|
@ -15,3 +15,5 @@ hearts.json
|
||||||
# Persistence for the cookie plugin.
|
# Persistence for the cookie plugin.
|
||||||
pins.*.json
|
pins.*.json
|
||||||
lore.json
|
lore.json
|
||||||
|
# Persistence for the bomb plugin.
|
||||||
|
bomb.*.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue