Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:55:24 +00:00
parent f53c0faac0
commit 78f36551be

View File

@@ -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