From f5d57d773af579e99e10e3e34e2747173e8aa848 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:07 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/dotnet.gitignore | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 templates/dotnet.gitignore diff --git a/templates/dotnet.gitignore b/templates/dotnet.gitignore new file mode 100644 index 0000000..e230346 --- /dev/null +++ b/templates/dotnet.gitignore @@ -0,0 +1,43 @@ +# Build results +[Dd]ebug/ +[Rr]elease/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio +.vs/ +.vscode/ +*.user +*.userosscache +*.suo + +# NuGet packages +*.nupkg + +# Build results +*.dll +*.lib +*.exe +*.pdb +*.cache + +# Project +*.cache +*.dll.config + +# IDE +.idea/ +*.sln +*.suo + +# OS +Thumbs.db +.DS_Store + +# Test Results +TestResults/