mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Some changes to gitignore, i think
Co-authored-by: KaraMarah <reversedoblivion@gmail.com>
This commit is contained in:
parent
423f9f9664
commit
c64e52b865
1 changed files with 3 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -3,6 +3,9 @@ config.json
|
||||||
extensions/__pycache__/
|
extensions/__pycache__/
|
||||||
utils/__pycache__/
|
utils/__pycache__/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
extensions/__pycache__/core.cpython-38.pyc
|
||||||
|
.vscode/settings.json
|
||||||
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -56,8 +59,3 @@ coverage.xml
|
||||||
|
|
||||||
# Sphinx documentation
|
# Sphinx documentation
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
extensions/__pycache__/core.cpython-38.pyc
|
|
||||||
.vscode/settings.json
|
|
||||||
.vscode/settings.json
|
|
||||||
.vscode/settings.json
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue