Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow

This commit is contained in:
2026-01-30 15:34:11 +00:00
parent 9bc3fc4ffa
commit fc61772795

40
templates/php.gitignore Normal file
View File

@@ -0,0 +1,40 @@
# Cache
.php_cs.cache
.phpunit.result.cache
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
yarn-error.log
storage/logs/
# OS
.DS_Store
Thumbs.db
# Composer
vendor/
composer.lock
# Node
node_modules/
npm-debug.log*
yarn-error.log
# Testing
.phpunit.result.cache
# Generated
generated/