From d4a1f4ff424006615c25658468f1eb66d1418edf Mon Sep 17 00:00:00 2001 From: John Mwaniki Date: Mon, 8 Sep 2025 14:13:59 +0300 Subject: [PATCH] refactore: remove redudant gitignore --- eventz-api/eventz-api.sln | 8 +-- eventz-api/eventz.api/.gitignore | 62 --------------------- eventz-api/eventz.application/.gitignore | 61 -------------------- eventz-api/eventz.domain/.gitignore | 61 -------------------- eventz-api/eventz.infrastructure/.gitignore | 61 -------------------- 5 files changed, 4 insertions(+), 249 deletions(-) delete mode 100644 eventz-api/eventz.api/.gitignore delete mode 100644 eventz-api/eventz.application/.gitignore delete mode 100644 eventz-api/eventz.domain/.gitignore delete mode 100644 eventz-api/eventz.infrastructure/.gitignore diff --git a/eventz-api/eventz-api.sln b/eventz-api/eventz-api.sln index ba449f6..a9515e0 100644 --- a/eventz-api/eventz-api.sln +++ b/eventz-api/eventz-api.sln @@ -3,13 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.14.36408.4 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eventz.api", "eventz.api\eventz.api.csproj", "{DF28F22E-A6EF-4308-AB2F-A175121273D8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eventz.Api", "eventz.api\Eventz.Api.csproj", "{DF28F22E-A6EF-4308-AB2F-A175121273D8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eventz.application", "eventz.application\eventz.application.csproj", "{AC4781AE-874C-44DC-9974-FCB075ED4A6E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eventz.Application", "eventz.application\Eventz.Application.csproj", "{AC4781AE-874C-44DC-9974-FCB075ED4A6E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eventz.domain", "eventz.domain\eventz.domain.csproj", "{5C3DA3B1-F35A-4696-906A-39E1DC25391B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eventz.Domain", "eventz.domain\Eventz.Domain.csproj", "{5C3DA3B1-F35A-4696-906A-39E1DC25391B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eventz.infrastructure", "eventz.infrastructure\eventz.infrastructure.csproj", "{14A23E1B-72FD-4727-BFD8-B839E201261D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eventz.Infrastructure", "eventz.infrastructure\Eventz.Infrastructure.csproj", "{14A23E1B-72FD-4727-BFD8-B839E201261D}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}" ProjectSection(SolutionItems) = preProject diff --git a/eventz-api/eventz.api/.gitignore b/eventz-api/eventz.api/.gitignore deleted file mode 100644 index b4ad637..0000000 --- a/eventz-api/eventz.api/.gitignore +++ /dev/null @@ -1,62 +0,0 @@ -## Build results -bin/ -obj/ -out/ -publish/ -artifacts/ - -## Visual Studio files -.vs/ -eventz-api/.vs - -## Rider files -.idea/ - -## VS Code settings -.vscode/ - -## User-specific files -*.user -*.userosscache -*.suo -*.sln.docstates - -## Logs -*.log - -## Temporary files -*.tmp -*.temp -*.tmp.* -*.backup -*.bak - -## NuGet -*.nupkg -*.snupkg -.nuget/ -packages/ - -## Azure -*.azurePubxml -*.pubxml -*.publishproj - -## ASP.NET Scaffolding -ScaffoldingReadMe.txt - -## Resharper -_ReSharper*/ -*.[Rr]e[Ss]harper - -## DotCover -*.dotCover - -## Coverage reports -coverage/ -*.coverage -*.coveragexml - -## Others -node_modules/ -wwwroot/lib/ \ No newline at end of file diff --git a/eventz-api/eventz.application/.gitignore b/eventz-api/eventz.application/.gitignore deleted file mode 100644 index 0c22ca7..0000000 --- a/eventz-api/eventz.application/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -## Build results -bin/ -obj/ -out/ -publish/ -artifacts/ - -## Visual Studio files -.vs/ - -## Rider files -.idea/ - -## VS Code settings -.vscode/ - -## User-specific files -*.user -*.userosscache -*.suo -*.sln.docstates - -## Logs -*.log - -## Temporary files -*.tmp -*.temp -*.tmp.* -*.backup -*.bak - -## NuGet -*.nupkg -*.snupkg -.nuget/ -packages/ - -## Azure -*.azurePubxml -*.pubxml -*.publishproj - -## ASP.NET Scaffolding -ScaffoldingReadMe.txt - -## Resharper -_ReSharper*/ -*.[Rr]e[Ss]harper - -## DotCover -*.dotCover - -## Coverage reports -coverage/ -*.coverage -*.coveragexml - -## Others -node_modules/ -wwwroot/lib/ \ No newline at end of file diff --git a/eventz-api/eventz.domain/.gitignore b/eventz-api/eventz.domain/.gitignore deleted file mode 100644 index 0c22ca7..0000000 --- a/eventz-api/eventz.domain/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -## Build results -bin/ -obj/ -out/ -publish/ -artifacts/ - -## Visual Studio files -.vs/ - -## Rider files -.idea/ - -## VS Code settings -.vscode/ - -## User-specific files -*.user -*.userosscache -*.suo -*.sln.docstates - -## Logs -*.log - -## Temporary files -*.tmp -*.temp -*.tmp.* -*.backup -*.bak - -## NuGet -*.nupkg -*.snupkg -.nuget/ -packages/ - -## Azure -*.azurePubxml -*.pubxml -*.publishproj - -## ASP.NET Scaffolding -ScaffoldingReadMe.txt - -## Resharper -_ReSharper*/ -*.[Rr]e[Ss]harper - -## DotCover -*.dotCover - -## Coverage reports -coverage/ -*.coverage -*.coveragexml - -## Others -node_modules/ -wwwroot/lib/ \ No newline at end of file diff --git a/eventz-api/eventz.infrastructure/.gitignore b/eventz-api/eventz.infrastructure/.gitignore deleted file mode 100644 index 0c22ca7..0000000 --- a/eventz-api/eventz.infrastructure/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -## Build results -bin/ -obj/ -out/ -publish/ -artifacts/ - -## Visual Studio files -.vs/ - -## Rider files -.idea/ - -## VS Code settings -.vscode/ - -## User-specific files -*.user -*.userosscache -*.suo -*.sln.docstates - -## Logs -*.log - -## Temporary files -*.tmp -*.temp -*.tmp.* -*.backup -*.bak - -## NuGet -*.nupkg -*.snupkg -.nuget/ -packages/ - -## Azure -*.azurePubxml -*.pubxml -*.publishproj - -## ASP.NET Scaffolding -ScaffoldingReadMe.txt - -## Resharper -_ReSharper*/ -*.[Rr]e[Ss]harper - -## DotCover -*.dotCover - -## Coverage reports -coverage/ -*.coverage -*.coveragexml - -## Others -node_modules/ -wwwroot/lib/ \ No newline at end of file