From 12f7904254aa6e77c094bc67439f9423c57b8f45 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:55:23 +0000 Subject: [PATCH] Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift) --- .../templates/languages/csharp.gitignore | 100 ++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 gitignore_generator/templates/languages/csharp.gitignore diff --git a/gitignore_generator/templates/languages/csharp.gitignore b/gitignore_generator/templates/languages/csharp.gitignore new file mode 100644 index 0000000..c2ba8e3 --- /dev/null +++ b/gitignore_generator/templates/languages/csharp.gitignore @@ -0,0 +1,100 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.c +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog + +# Scaffolding +.scaffolding + +# IDE - ReSharper +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# IDE - Rider +.idea/ +*.iml +*.ipr +*.iws + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db