From 78f36551be8aea29aa374c53d93c993feddd3679 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:55:24 +0000 Subject: [PATCH] Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift) --- .../templates/languages/typescript.gitignore | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 gitignore_generator/templates/languages/typescript.gitignore diff --git a/gitignore_generator/templates/languages/typescript.gitignore b/gitignore_generator/templates/languages/typescript.gitignore new file mode 100644 index 0000000..70e5de1 --- /dev/null +++ b/gitignore_generator/templates/languages/typescript.gitignore @@ -0,0 +1,59 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# Dependency directories +node_modules/ + +# Build outputs +dist/ +build/ +*.tsbuildinfo + +# TypeScript cache +*.tscache + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# IDE - VSCode +.vscode/* +!.vscode/extensions.json +.idea/ +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Vim +*.swp +*.swo +*~ + +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Coverage +coverage