From 97a566d41ae11891c536fa5bd5f3ce1fc2ba1e32 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:55:22 +0000 Subject: [PATCH] Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift) --- .../templates/languages/cpp.gitignore | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 gitignore_generator/templates/languages/cpp.gitignore diff --git a/gitignore_generator/templates/languages/cpp.gitignore b/gitignore_generator/templates/languages/cpp.gitignore new file mode 100644 index 0000000..a4007f1 --- /dev/null +++ b/gitignore_generator/templates/languages/cpp.gitignore @@ -0,0 +1,69 @@ +# Prerequisites +*.d + +# Compiled Object files +*.o +*.ko +*.lst + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# IDE - Visual Studio +.vs/ +*.sln +*.suo +*.vcxproj +*.vcxproj.filters +*.csproj +*.cp + +# IDE - CLion +.idea/ +*.iml +*.ipr +*.iws +.project +.classpath +.settings/ +.vscode/ + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Vim +*.swp +*.swo +*~ + +# Build directories +build/ +dist/ +*/