From 7f1e33487baa123af9636652fcd0d54ff6dceac2 Mon Sep 17 00:00:00 2001 From: Izzat Alsharif Date: Mon, 8 Apr 2024 20:17:51 +0300 Subject: [PATCH] Ignore file --- AirportTicketBookingSystem.Test/.gitignore | 3 ++- .../AirportTicketBookingSystem.Test.GlobalUsings.g.cs | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 AirportTicketBookingSystem.Test/obj/Debug/net8.0/AirportTicketBookingSystem.Test.GlobalUsings.g.cs diff --git a/AirportTicketBookingSystem.Test/.gitignore b/AirportTicketBookingSystem.Test/.gitignore index 82457b4..1ae7615 100644 --- a/AirportTicketBookingSystem.Test/.gitignore +++ b/AirportTicketBookingSystem.Test/.gitignore @@ -1,5 +1,6 @@ bin/ -obj/ +obj +obj/* /packages/ riderModule.iml /_ReSharper.Caches/ diff --git a/AirportTicketBookingSystem.Test/obj/Debug/net8.0/AirportTicketBookingSystem.Test.GlobalUsings.g.cs b/AirportTicketBookingSystem.Test/obj/Debug/net8.0/AirportTicketBookingSystem.Test.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d..0000000 --- a/AirportTicketBookingSystem.Test/obj/Debug/net8.0/AirportTicketBookingSystem.Test.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks;