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 4d3fecd37b
commit f53c0faac0

View File

@@ -0,0 +1,50 @@
# Composer
vendor/
composer.lock
# Cache and logs
cache/*
!cache/.gitkeep
log/*.log
!log/.gitkeep
# Environment
.env
.phpunit.result.cache
# PHPUnit
phpunit.xml
# IDE - PhpStorm
.idea/
*.iml
*.ipr
*.iws
.project
.classpath
.settings/
# IDE - NetBeans
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/nbworkspace/private/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Vim
*.swp
*.swo
*~
# Misc
*.exe
*.sublime-*