mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update .gitignore with vscode and alternate docs build dir
This commit is contained in:
parent
bb1470e57f
commit
85c2130875
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -11,6 +11,9 @@ pyrogram/api/all.py
|
|||
# PyCharm stuff
|
||||
.idea/
|
||||
|
||||
# VS Code
|
||||
.vscode/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
|
@ -78,6 +81,7 @@ instance/
|
|||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
docs/source/_build
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
|
|
|||
Loading…
Reference in a new issue