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/