mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update .gitignore to ignore the generated RPC error classes
The "errors" package has been moved to make it simpler to import
This commit is contained in:
parent
d6d2923e34
commit
bcef74c574
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,7 +3,7 @@
|
||||||
config.ini
|
config.ini
|
||||||
|
|
||||||
# Pyrogram generated code
|
# Pyrogram generated code
|
||||||
pyrogram/api/errors/exceptions/
|
pyrogram/errors/exceptions/
|
||||||
pyrogram/api/functions/
|
pyrogram/api/functions/
|
||||||
pyrogram/api/types/
|
pyrogram/api/types/
|
||||||
pyrogram/api/all.py
|
pyrogram/api/all.py
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue