47 lines
486 B
Plaintext
47 lines
486 B
Plaintext
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Composer
|
|
/vendor/
|
|
composer.phar
|
|
composer.lock
|
|
|
|
# npm
|
|
node_modules/
|
|
npm-debug.log
|
|
package-lock.json
|
|
|
|
# WordPress
|
|
*.log
|
|
wp-config-local.php
|
|
wp-config.php
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Testing
|
|
/phpunit.xml
|
|
/tests/_output/
|
|
/tests/_support/_generated/
|
|
|
|
# Build files
|
|
*.zip
|
|
*.tar.gz
|
|
*.rardocs/产品/*.png
|