From fc61772795173a4e07fd352667c3b6c3d5c7a6cd Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:11 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/php.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/php.gitignore diff --git a/templates/php.gitignore b/templates/php.gitignore new file mode 100644 index 0000000..856b329 --- /dev/null +++ b/templates/php.gitignore @@ -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/