mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
Update .gitignore to reflect the package name change
This commit is contained in:
parent
48ac6daef5
commit
a828e9d155
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -2,10 +2,10 @@
|
||||||
_build/
|
_build/
|
||||||
|
|
||||||
# Generated code
|
# Generated code
|
||||||
telethon/tl/functions/
|
telethon_aio/tl/functions/
|
||||||
telethon/tl/types/
|
telethon_aio/tl/types/
|
||||||
telethon/tl/all_tlobjects.py
|
telethon_aio/tl/all_tlobjects.py
|
||||||
telethon/errors/rpc_error_list.py
|
telethon_aio/errors/rpc_error_list.py
|
||||||
|
|
||||||
# User session
|
# User session
|
||||||
*.session
|
*.session
|
||||||
|
|
Loading…
Reference in New Issue
Block a user