Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
40
templates/php.gitignore
Normal file
40
templates/php.gitignore
Normal 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/
|
||||||
Reference in New Issue
Block a user