mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Simplify .gitignore
This commit is contained in:
parent
2374b5c2d3
commit
172cdad87d
1 changed files with 1 additions and 7 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -3,10 +3,4 @@
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
examples/ping_pong_bot/target
|
examples/*/target
|
||||||
examples/dialogue_bot/target
|
|
||||||
examples/multiple_handlers_bot/target
|
|
||||||
examples/admin_bot/target
|
|
||||||
examples/guess_a_number_bot/target
|
|
||||||
examples/simple_commands_bot/target
|
|
||||||
examples/shared_state_bot/target
|
|
Loading…
Reference in a new issue