mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
6 lines
173 B
Bash
6 lines
173 B
Bash
#!/bin/bash
|
|
|
|
cat << 'EOF' > ".gitignore"
|
|
# ignores everything in the docroot (docroot in config.yaml), this path may not be included in the standard .ddev/.gitignore.
|
|
*
|
|
EOF
|