teloxide/.gitignore
2020-03-04 14:15:23 +06:00

12 lines
No EOL
272 B
Text

/target
**/*.rs.bk
Cargo.lock
.idea/
.vscode/
examples/ping_pong_bot/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