From 172cdad87d88d2ece61f279f7b0cf875381800b4 Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Thu, 5 Mar 2020 11:23:20 +0600 Subject: [PATCH] Simplify .gitignore --- .gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index be1fcf95..7967ab0a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,4 @@ 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 \ No newline at end of file +examples/*/target \ No newline at end of file